File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 },
1616 "devDependencies" : {
1717 "babel-jest" : " ^24.1.0" ,
18- "babel-preset-jaid" : " 2.9.0" ,
18+ "babel-preset-jaid" : " ^ 2.9.0" ,
1919 "cross-env" : " ^5.2.0" ,
2020 "debug" : " ^4.1.1" ,
2121 "eslint" : " ^5.13.0" ,
22- "eslint-config-jaid" : " 1.11.0" ,
22+ "eslint-config-jaid" : " ^ 1.11.0" ,
2323 "jest" : " ^24.1.0" ,
2424 "opn-cli" : " ^4.0.0" ,
2525 "rimraf" : " ^2.6.3" ,
2626 "webpack" : " ^4.29.2" ,
2727 "webpack-cli" : " ^3.2.3" ,
28- "webpack-config-jaid" : " 1.25.2"
28+ "webpack-config-jaid" : " ^ 1.25.2"
2929 },
3030 "scripts" : {
3131 "clean" : " rimraf dist dist-jsdoc" ,
3232 "build:prod" : " cross-env NODE_ENV=production webpack" ,
3333 "build:dev" : " webpack" ,
3434 "test" : " jest && npm run build:prod && cross-env MAIN=dist jest" ,
3535 "test:dev" : " npm run build:dev && jest" ,
36- "test:debug" : " node --inspect=9229 node_modules/jest/bin/jest.js --runInBand" ,
36+ "test:debug" : " cross-env DEBUG=$(basename $PWD) node --inspect=9229 node_modules/jest/bin/jest.js --runInBand" ,
3737 "release" : " npm test && cross-env git tag v$npm_package_version && git push --tags && cross-env opn https://github.com/$npm_package_author_name/$(basename $PWD)/releases/new?tag=v$npm_package_version"
3838 }
3939}
You can’t perform that action at this time.
0 commit comments