Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
Prune and remove package lock for shrinkwrap (#79)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Stone <sstone1@uk.ibm.com>
  • Loading branch information
Simon Stone authored Mar 19, 2019
1 parent 545fab7 commit 3a476b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "generator-fabric",
"version": "0.0.19",
"version": "0.0.20",
"description": "Yeoman generator for Hyperledger Fabric",
"main": "generators/app/index.js",
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint",
"test": "nyc mocha --recursive",
"prepublishOnly": "npm shrinkwrap"
"prepublishOnly": "npm prune --production && rimraf package-lock.json && npm shrinkwrap"
},
"files": [
"generators",
Expand All @@ -26,6 +26,7 @@
"eslint": "^4.19.1",
"mocha": "^5.2.0",
"nyc": "^13.3.0",
"rimraf": "^2.6.3",
"sinon": "^6.3.4",
"sinon-chai": "^3.2.0",
"yeoman-assert": "^3.1.1",
Expand Down

0 comments on commit 3a476b4

Please sign in to comment.