Skip to content

Commit

Permalink
ncu + new script entry
Browse files Browse the repository at this point in the history
  • Loading branch information
touv committed May 7, 2020
1 parent 2ab51d9 commit 44cccf0
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,34 @@
"private": true,
"devDependencies": {
"@babel/cli": "~7.8.4",
"@babel/core": "~7.9.0",
"@babel/core": "~7.9.6",
"@babel/plugin-proposal-class-properties": "~7.8.3",
"@babel/plugin-proposal-json-strings": "~7.8.3",
"@babel/plugin-syntax-dynamic-import": "~7.8.3",
"@babel/plugin-syntax-import-meta": "~7.8.3",
"@babel/plugin-transform-modules-commonjs": "~7.9.0",
"@babel/preset-env": "~7.9.0",
"@babel/plugin-transform-modules-commonjs": "~7.9.6",
"@babel/preset-env": "~7.9.6",
"@babel/register": "~7.9.0",
"@shelf/jest-mongodb": "1.1.5",
"@types/jest": "~25.1.4",
"@types/ramda": "~0.27.0",
"@types/jest": "~25.2.1",
"@types/ramda": "~0.27.4",
"array-parallel": "~0.1.3",
"array-series": "~0.1.5",
"babel-eslint": "~10.1.0",
"babel-jest": "~25.2.3",
"coveralls": "~3.0.11",
"documentation": "~12.1.4",
"babel-jest": "~26.0.1",
"coveralls": "~3.1.0",
"documentation": "~12.3.0",
"eslint": "~6.8.0",
"eslint-config-airbnb-base": "~14.1.0",
"eslint-plugin-import": "~2.20.2",
"feed": "~4.1.0",
"from": "~0.1.7",
"git-cz": "~4.3.1",
"jest": "~25.2.3",
"jest": "~26.0.1",
"lerna": "3.20.2",
"nock": "~12.0.3",
"node-fetch": "~2.6.0",
"sleepjs": "^3.0.1"
"sleepjs": "3.0.1"
},
"scripts": {
"release:version": "lerna version --exact --conventional-commits",
Expand All @@ -42,6 +42,7 @@
"lint": "lerna run --no-bail lint",
"pretest": "npm run bootstrap",
"test": "NODE_ENV=test jest --maxWorkers 4",
"test:debug": "NODE_ENV=test jest --runInBand --detectOpenHandles",
"coverage": "NODE_ENV=test jest --ci --runInBand --reporters=default --collectCoverage --coverageReporters=text --coverage",
"coverage:html": "NODE_ENV=test jest --ci --runInBand --reporters=default --collectCoverage --coverageReporters=html --coverage",
"coveralls": "cat ./coverage/lcov.info | coveralls"
Expand Down

0 comments on commit 44cccf0

Please sign in to comment.