Skip to content

Commit

Permalink
deps: update devDeps, use ^ (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
bendrucker authored Mar 1, 2021
1 parent f0481a1 commit 291a2c3
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@
},
"main": "index.js",
"scripts": {
"test-main": "tap test/*.js",
"test-0.10": " nave use 0.10 npm run test-main",
"test-0.12": " nave use 0.12 npm run test-main",
"test-iojs": " nave use latest npm run test-main",
"test-all": "npm run test-main && npm run test-0.10 && npm run test-0.12 && npm run test-iojs",
"test": "if [ -e $TRAVIS ]; then npm run test-all; else npm run test-main; fi"
"test": "tap test/*.js"
},
"repository": {
"type": "git",
Expand All @@ -26,11 +21,11 @@
"mold-source-map": "~0.4.0"
},
"devDependencies": {
"browserify": "~10.2.0",
"nave": "~0.5.1",
"proxyquire": "~1.7.9",
"tap": "~0.4.3",
"through2": "~0.4.0"
"browserify": "^17.0.0",
"nave": "^3.2.2",
"proxyquire": "^2.1.3",
"tap": "^14.11.0",
"through2": "~4.0.2"
},
"keywords": [
"source-map",
Expand All @@ -48,6 +43,6 @@
},
"license": "MIT",
"engine": {
"node": ">=0.6"
"node": ">=14"
}
}

0 comments on commit 291a2c3

Please sign in to comment.