Skip to content

Commit a0768b8

Browse files
authored
fix build references (#69)
1 parent f9dab95 commit a0768b8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"name": "@ampproject/storybook-addon",
33
"version": "1.1.9",
44
"description": "Storybook addon for building and testing AMP components",
5-
"main": "dist/cjs/index.js",
6-
"module": "dist/esm/index.js",
5+
"module": "dist/index.js",
76
"repository": {
87
"type": "git",
98
"url": "https://github.com/ampproject/storybook-addon-amp.git"
@@ -46,7 +45,7 @@
4645
"build": "node bin/build.mjs",
4746
"watch": "npm run build -- --watch",
4847
"test": "echo 'No tests' && exit 0",
49-
"clean": "rm -r esm dist",
48+
"clean": "rm -r dist",
5049
"prepublishOnly": "npm run build",
5150
"storybook": "start-storybook -p 9009 -s public -c test/.storybook",
5251
"build-storybook": "build-storybook -s public -c test/.storybook"

0 commit comments

Comments
 (0)