Skip to content

Commit d1ef258

Browse files
committed
fix publish params
1 parent 1c6adf4 commit d1ef258

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"react",
55
"codepen"
66
],
7-
"version": "1.0.0",
7+
"version": "1.0.1",
88
"description": "React component to embed codepen project",
9-
"main": "src/index.js",
9+
"main": "lib/index.js",
1010
"repository": {
1111
"url": "https://github.com/shettypuneeth/react-codepen-embed",
1212
"type": "git"
@@ -15,7 +15,7 @@
1515
"license": "MIT",
1616
"scripts": {
1717
"test": "jest --coverage",
18-
"build": "babel src -d lib --modules common",
18+
"build": "babel src --out-dir lib",
1919
"prepublish": "yarn build"
2020
},
2121
"dependencies": {

0 commit comments

Comments
 (0)