Skip to content

Commit

Permalink
chore(version): prepare for v0.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chunkai1312 committed Aug 2, 2017
1 parent 09b9ec7 commit 9de4b73
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multer-sftp",
"version": "0.0.0",
"version": "0.0.1",
"description": "SFTP storage engine for multer",
"main": "index.js",
"scripts": {
Expand All @@ -12,7 +12,14 @@
"lint": "eslint lib test",
"prepublish": "npm run build"
},
"repository": "https://github.com/chunkai1312/multer-sftp.git",
"files": [
"index.js",
"lib"
],
"repository": {
"type": "git",
"url": "git://github.com/chunkai1312/multer-sftp.git"
},
"keywords": [
"multer-sftp",
"express",
Expand Down

0 comments on commit 9de4b73

Please sign in to comment.