Skip to content

Commit

Permalink
Allow all major version ranges
Browse files Browse the repository at this point in the history
Otherwise, we end up with a lot of duplicate deps in our projects
  • Loading branch information
vicapow authored Apr 8, 2019
1 parent 4bd3a67 commit 233c1a1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"test": "babel-tape-runner test/**/*Test.js ; EXIT_VALUE=$? ; killall node ; exit $EXIT_VALUE"
},
"dependencies": {
"cli-color": "1.1.0",
"convert-source-map": "1.3.0",
"crc": "3.4.4",
"left-pad": "1.1.3",
"lodash": "4.17.11",
"offset-sourcemap-lines": "1.0.0",
"through2": "2.0.3",
"umd": "3.0.1",
"ws": "6.1.x",
"cli-color": "^1.1.0",
"convert-source-map": "^1.3.0",
"crc": "^3.4.4",
"left-pad": "^1.1.3",
"lodash": "^4.17.11",
"offset-sourcemap-lines": "^1.0.0",
"through2": "^2.0.3",
"umd": "^3.0.1",
"ws": "^6.1.x",
"react-proxy": "^1.1.8"
},
"devDependencies": {
Expand Down

0 comments on commit 233c1a1

Please sign in to comment.