|
13 | 13 | "babel-preset-stage-0": "^6.0.0", |
14 | 14 | "babel-runtime": "^6.0.0", |
15 | 15 | "babylon": "^6.8.0", |
16 | | - "browserify": "^13.0.0", |
| 16 | + "browserify": "^17.0.0", |
17 | 17 | "chai": "^3.3.0", |
18 | 18 | "chalk": "^1.1.1", |
19 | 19 | "concat-stream": "^1.5.1", |
|
51 | 51 | "lint": "eslint packages/*/src", |
52 | 52 | "tasks-pretest": "./scripts/test-task.sh pre", |
53 | 53 | "tasks-posttest": "./scripts/test-task.sh post", |
54 | | - |
55 | 54 | "pretest": "npm run lint && npm run tasks-pretest", |
56 | 55 | "test": "mocha -- $(scripts/_get-test-directories.sh)", |
57 | 56 | "posttest": "npm run tasks-posttest", |
58 | | - |
59 | 57 | "test-ci": "TEST_SKIP=alpastor npm test", |
60 | | - |
61 | 58 | "pretest-cov": "npm run tasks-pretest", |
62 | 59 | "test-cov": "nyc -r text -r lcov _mocha -- $(scripts/_get-test-directories.sh)", |
63 | 60 | "posttest-cov": "npm run tasks-posttest && echo 'View results with `npm run test-cov-results`.'", |
64 | 61 | "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 | | - |
66 | 62 | "publish": "git pull --ff-only && npm run build && npm test && lerna publish && npm run clean", |
67 | 63 | "install-potato": "< package.json jq -r '.potatoDependencies | to_entries[] | .key + \"@\" + .value' | xargs npm i" |
68 | 64 | }, |
|
0 commit comments