Skip to content

Commit

Permalink
[meta] change dep semver prefix from ~ to ^
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 16, 2019
1 parent 898a6e7 commit c3924d3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
package-lock=false
save-prefix=~
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
"test": "test"
},
"dependencies": {
"deep-equal": "~2.0.1",
"defined": "~1.0.0",
"for-each": "~0.3.3",
"function-bind": "~1.1.1",
"glob": "~7.1.6",
"has": "~1.0.3",
"inherits": "~2.0.4",
"is-regex": "~1.0.5",
"minimist": "~1.2.0",
"object-inspect": "~1.7.0",
"resolve": "~1.13.1",
"resumer": "~0.0.0",
"string.prototype.trim": "~1.2.1",
"through": "~2.3.8"
"deep-equal": "^2.0.1",
"defined": "^1.0.0",
"for-each": "^0.3.3",
"function-bind": "^1.1.1",
"glob": "^7.1.6",
"has": "^1.0.3",
"inherits": "^2.0.4",
"is-regex": "^1.0.5",
"minimist": "^1.2.0",
"object-inspect": "^1.7.0",
"resolve": "^1.13.1",
"resumer": "^0.0.0",
"string.prototype.trim": "^1.2.1",
"through": "^2.3.8"
},
"devDependencies": {
"concat-stream": "^1.6.2",
Expand Down

0 comments on commit c3924d3

Please sign in to comment.