Skip to content

Commit fc90485

Browse files
author
Mike Reinstein
committed
flip around esm and umd build labels
1 parent 4b5f628 commit fc90485

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"scripts": {
2121
"build": "npm-run-all -p build:*",
2222
"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",
23+
"build:esm": "rollup index.js --file dist/dialog-polyfill.esm.js --format esm",
24+
"build:umd": "rollup index.js --file dist/dialog-polyfill.js --format umd --name dialogPolyfill",
2525
"prepublishOnly": "npm run build",
2626
"test": "open test.html"
2727
}

0 commit comments

Comments
 (0)