Skip to content

Commit c3924d3

Browse files
committed
[meta] change dep semver prefix from ~ to ^
1 parent 898a6e7 commit c3924d3

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

.npmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
package-lock=false
2-
save-prefix=~

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
"test": "test"
1010
},
1111
"dependencies": {
12-
"deep-equal": "~2.0.1",
13-
"defined": "~1.0.0",
14-
"for-each": "~0.3.3",
15-
"function-bind": "~1.1.1",
16-
"glob": "~7.1.6",
17-
"has": "~1.0.3",
18-
"inherits": "~2.0.4",
19-
"is-regex": "~1.0.5",
20-
"minimist": "~1.2.0",
21-
"object-inspect": "~1.7.0",
22-
"resolve": "~1.13.1",
23-
"resumer": "~0.0.0",
24-
"string.prototype.trim": "~1.2.1",
25-
"through": "~2.3.8"
12+
"deep-equal": "^2.0.1",
13+
"defined": "^1.0.0",
14+
"for-each": "^0.3.3",
15+
"function-bind": "^1.1.1",
16+
"glob": "^7.1.6",
17+
"has": "^1.0.3",
18+
"inherits": "^2.0.4",
19+
"is-regex": "^1.0.5",
20+
"minimist": "^1.2.0",
21+
"object-inspect": "^1.7.0",
22+
"resolve": "^1.13.1",
23+
"resumer": "^0.0.0",
24+
"string.prototype.trim": "^1.2.1",
25+
"through": "^2.3.8"
2626
},
2727
"devDependencies": {
2828
"concat-stream": "^1.6.2",

0 commit comments

Comments
 (0)