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 f9dab95 commit a0768b8Copy full SHA for a0768b8
package.json
@@ -2,8 +2,7 @@
2
"name": "@ampproject/storybook-addon",
3
"version": "1.1.9",
4
"description": "Storybook addon for building and testing AMP components",
5
- "main": "dist/cjs/index.js",
6
- "module": "dist/esm/index.js",
+ "module": "dist/index.js",
7
"repository": {
8
"type": "git",
9
"url": "https://github.com/ampproject/storybook-addon-amp.git"
@@ -46,7 +45,7 @@
46
45
"build": "node bin/build.mjs",
47
"watch": "npm run build -- --watch",
48
"test": "echo 'No tests' && exit 0",
49
- "clean": "rm -r esm dist",
+ "clean": "rm -r dist",
50
"prepublishOnly": "npm run build",
51
"storybook": "start-storybook -p 9009 -s public -c test/.storybook",
52
"build-storybook": "build-storybook -s public -c test/.storybook"
0 commit comments