Skip to content

Commit 1f1a50b

Browse files
committed
v1.0.6, prepublish script is faux
1 parent 66845de commit 1f1a50b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-input-hints",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"homepage": "https://github.com/williamboman/react-input-hints",
55
"repository": {
66
"type": "git",
@@ -10,7 +10,6 @@
1010
"main": "dist/InputHints.js",
1111
"scripts": {
1212
"build": "rm -rf dist/ && mkdir dist && babel src/InputHints.js | umd -c InputHints > dist/InputHints.js",
13-
"prepublish": "npm run build",
1413
"test": "eslint src/"
1514
},
1615
"keywords": [

0 commit comments

Comments
 (0)