Skip to content

Commit

Permalink
Merge pull request #407 from e1emeb0t/dev
Browse files Browse the repository at this point in the history
Revert prepublishOnly to prepubl¡sh
  • Loading branch information
e1emeb0t authored Jun 5, 2017
2 parents af0baea + 6592e2e commit 281f5f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "element-react",
"version": "1.0.2",
"version": "1.0.3",
"description": "Element UI for React",
"private": false,
"main": "dist/npm/es5/index.js",
Expand All @@ -12,7 +12,7 @@
"test": "flow check && BABEL_ENV=development jest",
"lint": "eslint src libs site --quiet",
"build": "cd build/site && webpack --progress",
"prepublishOnly": "./build/scripts/prepare.sh",
"prepubl¡sh": "./build/scripts/prepare.sh",
"postpublish": "./build/scripts/release.sh"
},
"repository": {
Expand Down

0 comments on commit 281f5f0

Please sign in to comment.