Skip to content

Commit

Permalink
chore: update package lock and scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed Jan 3, 2019
1 parent d82b016 commit 83602d4
Show file tree
Hide file tree
Showing 15 changed files with 2,241 additions and 32,311 deletions.
4,322 changes: 2,240 additions & 2,082 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -29,13 +29,12 @@
"build": "tsc",
"bundlesize": "bundlesize",
"changelog": "conventional-changelog --config ./build/changelog-generator/index.js --infile CHANGELOG.md --same-file",
"clean:all": "rimraf node_modules packages/*/node_modules",
"clean:all": "rimraf node_modules packages/*/node_modules package-lock.json packages/*/package-lock.json",
"commit": "git-cz",
"docs": "typedoc",
"format": "prettier-eslint ./bin/*.js ./test/**/*.js ./packages/**/*.js --write",
"lint:codeOnly": "eslint \"{bin}/**/!(__testfixtures__)/*.js\" \"{bin}/**.js\"",
"lint": "eslint \"./bin/*.js\" \"./test/**/*.js\" \"packages/**/!(node_modules)/*.test.js\"",
"postinstall": "lerna bootstrap",
"pretest": "npm run build && npm run lint && npm run tslint",
"reportCoverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json --disable=gcov",
"test": "nyc jest --maxWorkers=4 --reporters=default --reporters=jest-junit",
Expand Down
20 changes: 0 additions & 20 deletions packages/add/package-lock.json

This file was deleted.

0 comments on commit 83602d4

Please sign in to comment.