We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b5f628 commit fc90485Copy full SHA for fc90485
package.json
@@ -20,8 +20,8 @@
20
"scripts": {
21
"build": "npm-run-all -p build:*",
22
"build:css": "cp dialog-polyfill.css dist/dialog-polyfill.css",
23
- "build:esm": "rollup index.js --file dist/dialog-polyfill.js --format umd --name dialogPolyfill",
24
- "build:umd": "rollup index.js --file dist/dialog-polyfill.esm.js --format esm",
+ "build:esm": "rollup index.js --file dist/dialog-polyfill.esm.js --format esm",
+ "build:umd": "rollup index.js --file dist/dialog-polyfill.js --format umd --name dialogPolyfill",
25
"prepublishOnly": "npm run build",
26
"test": "open test.html"
27
}
0 commit comments