Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #690 from cloudflare/pin-npm-deps
Browse files Browse the repository at this point in the history
fix(deps): pin all installer deps
  • Loading branch information
ashleygwilliams authored Sep 24, 2019
2 parents 0b0390c + 2da8055 commit ec23fbe
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
**/*.rs.bk
config/default.toml
npm/node_modules
npm/package-lock.json
195 changes: 195 additions & 0 deletions npm/npm-shrinkwrap.json

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

6 changes: 3 additions & 3 deletions npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
},
"homepage": "https://github.com/cloudflare/wrangler#readme",
"dependencies": {
"axios": "^0.18.0",
"rimraf": "^2.6.3",
"tar": "^4.4.8"
"axios": "0.18.1",
"rimraf": "2.7.1",
"tar": "4.4.10"
},
"keywords": [
"wrangler",
Expand Down

0 comments on commit ec23fbe

Please sign in to comment.