Browse Source

changed homepage field. Closes #28

ci/travis-osximage
JP Richardson 11 years ago
parent
commit
c58f860725
  1. 8
      package.json

8
package.json

@ -1,10 +1,10 @@
{
"name": "fs-extra",
"version": "0.6.3",
"version": "0.6.4",
"description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.",
"homepage": [
"homepage":
"https://github.com/jprichardson/node-fs-extra"
],
,
"repository": {
"type": "git",
"url": "https://github.com/jprichardson/node-fs-extra"
@ -41,7 +41,7 @@
"dependencies": {
"ncp": "~0.4.2",
"mkdirp": "0.3.x",
"jsonfile": "~1.0.0",
"jsonfile": "~1.0.1",
"rimraf": "~2.2.0"
},
"devDependencies": {

Loading…
Cancel
Save