Skip to content

Commit

Permalink
fix publish params
Browse files Browse the repository at this point in the history
  • Loading branch information
shettypuneeth committed Jul 4, 2019
1 parent 1c6adf4 commit d1ef258
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"react",
"codepen"
],
"version": "1.0.0",
"version": "1.0.1",
"description": "React component to embed codepen project",
"main": "src/index.js",
"main": "lib/index.js",
"repository": {
"url": "https://github.com/shettypuneeth/react-codepen-embed",
"type": "git"
Expand All @@ -15,7 +15,7 @@
"license": "MIT",
"scripts": {
"test": "jest --coverage",
"build": "babel src -d lib --modules common",
"build": "babel src --out-dir lib",
"prepublish": "yarn build"
},
"dependencies": {
Expand Down

0 comments on commit d1ef258

Please sign in to comment.