We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39103a commit cc644beCopy full SHA for cc644be
package.json
@@ -12,7 +12,7 @@
12
"transpile": "microbundle src/index.js -f es,umd --target web --external preact",
13
"transpile:jsx": "microbundle src/jsx.js -o dist/jsx.js --target web --external none && microbundle dist/jsx.js -o dist/jsx.js -f cjs",
14
"copy-typescript-definition": "copyfiles -f src/index.d.ts dist",
15
- "test": "eslint src test && tsc && mocha --compilers js:babel-register test/**/*.js",
+ "test": "eslint src test && tsc && mocha -r babel-core/register test/**/*.js",
16
"prepublish": "npm run build",
17
"release": "npm run build && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
18
},
0 commit comments