This repository was archived by the owner on Oct 29, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "main" : " dist/assembler.js" ,
55 "scripts" : {
66 "postinstall" : " npm run build" ,
7- "build" : " browserify src/assembler.js -o dist/assembler.js --standalone reduct.assembler -t [ babelify --stage 0 ]" ,
7+ "build" : " browserify src/assembler.js -o dist/assembler.js --standalone reduct.assembler -t [ babelify --presets [ es2015 ] ]" ,
88 "lint" : " xo src/**/*.js" ,
99 "mocha" : " export TEST=true && find ./src -name '*.spec.js' | xargs istanbul cover -x *.spec.js _mocha -- -R spec --compilers js:babel/register" ,
1010 "test" : " npm run lint && npm run mocha && npm run build" ,
5656 "jsdom" : " ^7.0.2" ,
5757 "mocha" : " ^2.3.3" ,
5858 "semantic-release" : " ^4.3.5" ,
59- "xo" : " ^0.10.1 "
59+ "xo" : " ^0.11.0 "
6060 },
6161 "xo" : {
6262 "esnext" : true ,
7373 },
7474 "dependencies" : {
7575 "@reduct/logger" : " ^1.0.2" ,
76- "babelify" : " ^6.4.0" ,
76+ "babel-preset-es2015" : " ^6.1.18" ,
77+ "babelify" : " ^7.2.0" ,
7778 "browserify" : " ^12.0.1"
7879 }
7980}
You can’t perform that action at this time.
0 commit comments