Skip to content

Commit 383dd23

Browse files
authored
Merge pull request #166 from vicapow/patch-1
Allow all major version ranges
2 parents 4bd3a67 + 233c1a1 commit 383dd23

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
"test": "babel-tape-runner test/**/*Test.js ; EXIT_VALUE=$? ; killall node ; exit $EXIT_VALUE"
2828
},
2929
"dependencies": {
30-
"cli-color": "1.1.0",
31-
"convert-source-map": "1.3.0",
32-
"crc": "3.4.4",
33-
"left-pad": "1.1.3",
34-
"lodash": "4.17.11",
35-
"offset-sourcemap-lines": "1.0.0",
36-
"through2": "2.0.3",
37-
"umd": "3.0.1",
38-
"ws": "6.1.x",
30+
"cli-color": "^1.1.0",
31+
"convert-source-map": "^1.3.0",
32+
"crc": "^3.4.4",
33+
"left-pad": "^1.1.3",
34+
"lodash": "^4.17.11",
35+
"offset-sourcemap-lines": "^1.0.0",
36+
"through2": "^2.0.3",
37+
"umd": "^3.0.1",
38+
"ws": "^6.1.x",
3939
"react-proxy": "^1.1.8"
4040
},
4141
"devDependencies": {

0 commit comments

Comments
 (0)