Skip to content

Commit

Permalink
fixup release shrinkwrap
Browse files Browse the repository at this point in the history
  • Loading branch information
kommander committed Apr 25, 2017
1 parent 1e34a34 commit 0bcda76
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ release: clean setup lint
@printf "Current version is $(VERSION). This will publish version $(NEXT_VERSION). Press [enter] to continue." >&2
@read
@git-chore "release-$(NEXT_VERSION)"
@NODE_ENV=production npm shrinkwrap --production
@npm shrinkwrap
@node -e '\
var j = require("./package.json");\
j.version = "$(NEXT_VERSION)";\
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.0",
"deep-freeze": "0.0.1",
"escape-string-regexp": "^1.0.5",
"express": "^4.15.2",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
Expand All @@ -47,6 +48,7 @@
"morgan": "^1.8.1",
"mustache-loader": "^0.4.0",
"ncp": "^2.0.0",
"open": "0.0.5",
"path-is-inside": "^1.0.2",
"rimraf": "^2.6.1",
"semver": "^5.1.0",
Expand All @@ -55,18 +57,16 @@
"style-loader": "^0.16.1",
"url-loader": "^0.5.8",
"uuid": "^3.0.1",
"open": "0.0.5",
"webpack": "^2.4.1",
"webpack-hot-middleware": "^2.18.0"
},
"devDependencies": {
"coveralls": "^2.13.0",
"escape-string-regexp": "^1.0.5",
"eslint": "^3.19.0",
"eslint": "^2.13.1",
"eslint-config-airbnb": "7.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"eslint-plugin-jsx-a11y": "^0.6.2",
"eslint-plugin-react": "^4.3.0",
"expect": "^1.20.2",
"istanbul": "^0.4.2",
"mocha": "^3.2.0",
Expand All @@ -77,4 +77,4 @@
"publishConfig": {
"registry": "http://registry.npmjs.org"
}
}
}

0 comments on commit 0bcda76

Please sign in to comment.