We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c6adf4 commit d1ef258Copy full SHA for d1ef258
1 file changed
package.json
@@ -4,9 +4,9 @@
4
"react",
5
"codepen"
6
],
7
- "version": "1.0.0",
+ "version": "1.0.1",
8
"description": "React component to embed codepen project",
9
- "main": "src/index.js",
+ "main": "lib/index.js",
10
"repository": {
11
"url": "https://github.com/shettypuneeth/react-codepen-embed",
12
"type": "git"
@@ -15,7 +15,7 @@
15
"license": "MIT",
16
"scripts": {
17
"test": "jest --coverage",
18
- "build": "babel src -d lib --modules common",
+ "build": "babel src --out-dir lib",
19
"prepublish": "yarn build"
20
},
21
"dependencies": {
0 commit comments