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 008f2c3 commit 7021d37Copy full SHA for 7021d37
package.json
@@ -5,7 +5,7 @@
5
"main": "dist/index.cjs.js",
6
"module": "dist/index.esm.js",
7
"scripts": {
8
- "build": "node --experimental-json-modules ./node_modules/.bin/rollup -c",
+ "build": "node ./node_modules/.bin/rollup -c",
9
"eslint": "eslint",
10
"test": "jest --watchAll=false",
11
"prettier": "npx prettier -w"
0 commit comments