Skip to content
This repository has been archived by the owner on May 20, 2019. It is now read-only.

Commit

Permalink
Fix publish problems
Browse files Browse the repository at this point in the history
  • Loading branch information
InJung Chung committed Dec 8, 2016
1 parent 1b1cb37 commit 2c4ab24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
src
example
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "react-stepper-horizontal",
"version": "1.0.1",
"version": "1.0.5",
"description": "Well-designed stepper component for react",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-lib": "babel src --out-dir lib",
"prerelease": "npm run build-lib",
"build": "babel src -d lib",
"prepublish": "npm run build",
"example": "webpack -w -d --config example/webpack.config.js"
},
"repository": {
Expand Down

0 comments on commit 2c4ab24

Please sign in to comment.