File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1212 "transpile" : " microbundle src/index.js -f es,umd --target web --external preact" ,
1313 "transpile:jsx" : " microbundle src/jsx.js -o dist/jsx.js --target web --external none && microbundle dist/jsx.js -o dist/jsx.js -f cjs" ,
1414 "copy-typescript-definition" : " copyfiles -f src/index.d.ts dist" ,
15- "test" : " eslint src test && tsc && mocha --compilers js: babel-register test/**/*.js" ,
15+ "test" : " eslint src test && tsc && mocha -r babel-core/ register test/**/*.js" ,
1616 "prepublish" : " npm run build" ,
1717 "release" : " npm run build && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
1818 },
3636 "react/no-danger" : 0 ,
3737 "jest/valid-expect" : 0 ,
3838 "new-cap" : 0
39+ },
40+ "settings" : {
41+ "react" : {
42+ "version" : " 16.8"
43+ }
3944 }
4045 },
4146 "babel" : {
You can’t perform that action at this time.
0 commit comments