Skip to content

Commit

Permalink
chore(package) v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Sep 18, 2017
1 parent 55a289a commit 6e85937
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -0,0 +1,5 @@
2017.09.18, v1.0.1

fix:
- docs(readme) link

5 changes: 2 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "fs-copy-file-sync",
"version": "1.0.0",
"version": "1.0.1",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "fs.copyFileSync ponyfill",
"homepage": "http://github.com/coderaiser/fs-copy-file-sync",
Expand Down Expand Up @@ -30,8 +30,7 @@
"prebuild": "rimraf legacy",
"legacy": "echo \"module.exports = require('./fs-copy-file-sync');\" > legacy/index.js"
},
"dependencies": {
},
"dependencies": {},
"license": "MIT",
"engines": {
"node": ">=0.8"
Expand Down

0 comments on commit 6e85937

Please sign in to comment.