Skip to content
This repository has been archived by the owner on Nov 6, 2021. It is now read-only.

Commit

Permalink
Fix package script
Browse files Browse the repository at this point in the history
  • Loading branch information
shortjared committed Jun 8, 2016
1 parent a733244 commit 02964fb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"description": "A serverless plugin for managing secrets, Credstash compatible.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "make"
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
Expand All @@ -32,9 +31,5 @@
"lodash": "^4.13.1",
"mkpath": "^1.0.0",
"ncp": "^2.0.0"
},
"devDependencies": {
"browserify": "^13.0.1",
"uglify-js": "^2.6.2"
}
}

0 comments on commit 02964fb

Please sign in to comment.