Skip to content

Commit e2e59f6

Browse files
authored
Update browserify to version 17.0.0
1 parent 8071c05 commit e2e59f6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"babel-preset-stage-0": "^6.0.0",
1414
"babel-runtime": "^6.0.0",
1515
"babylon": "^6.8.0",
16-
"browserify": "^13.0.0",
16+
"browserify": "^17.0.0",
1717
"chai": "^3.3.0",
1818
"chalk": "^1.1.1",
1919
"concat-stream": "^1.5.1",
@@ -51,18 +51,14 @@
5151
"lint": "eslint packages/*/src",
5252
"tasks-pretest": "./scripts/test-task.sh pre",
5353
"tasks-posttest": "./scripts/test-task.sh post",
54-
5554
"pretest": "npm run lint && npm run tasks-pretest",
5655
"test": "mocha -- $(scripts/_get-test-directories.sh)",
5756
"posttest": "npm run tasks-posttest",
58-
5957
"test-ci": "TEST_SKIP=alpastor npm test",
60-
6158
"pretest-cov": "npm run tasks-pretest",
6259
"test-cov": "nyc -r text -r lcov _mocha -- $(scripts/_get-test-directories.sh)",
6360
"posttest-cov": "npm run tasks-posttest && echo 'View results with `npm run test-cov-results`.'",
6461
"test-cov-results": "(sleep 1; python3 -m webbrowser -t http://127.0.0.1:8123) & (cd coverage/lcov-report && python3 -m http.server 8123 -b 127.0.0.1)",
65-
6662
"publish": "git pull --ff-only && npm run build && npm test && lerna publish && npm run clean",
6763
"install-potato": "< package.json jq -r '.potatoDependencies | to_entries[] | .key + \"@\" + .value' | xargs npm i"
6864
},

0 commit comments

Comments
 (0)