This commit is contained in:
Richard Littauer 2016-05-13 12:23:06 -04:00
parent 8c42cf5e16
commit 962c15197d

View File

@ -1,6 +1,6 @@
{ {
"name": "standard-readme", "name": "standard-readme",
"version": "1.0.2", "version": "1.0.3",
"description": "Readme Standard Style", "description": "Readme Standard Style",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -23,18 +23,15 @@
"url": "http://burntfen.com" "url": "http://burntfen.com"
}, },
"license": "MIT", "license": "MIT",
"bugs": {
"url": "https://github.com/ipfs/ipfs-readme-standard/issues"
},
"homepage": "https://github.com/RichardLitt/standard-readme",
"bugs": { "bugs": {
"url": "https://github.com/RichardLitt/standard-readme/issues" "url": "https://github.com/RichardLitt/standard-readme/issues"
}, },
"homepage": "https://github.com/RichardLitt/standard-readme",
"dependencies": { "dependencies": {
"graceful-fs": "^4.1.2" "graceful-fs": "^4.1.2"
}, },
"coordinates": [ "coordinates": [
42.3811742, 42.3957206,
-71.0972239 -71.12188019999999
] ]
} }