We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66845de commit 1f1a50bCopy full SHA for 1f1a50b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-input-hints",
3
- "version": "1.0.5",
+ "version": "1.0.6",
4
"homepage": "https://github.com/williamboman/react-input-hints",
5
"repository": {
6
"type": "git",
@@ -10,7 +10,6 @@
10
"main": "dist/InputHints.js",
11
"scripts": {
12
"build": "rm -rf dist/ && mkdir dist && babel src/InputHints.js | umd -c InputHints > dist/InputHints.js",
13
- "prepublish": "npm run build",
14
"test": "eslint src/"
15
},
16
"keywords": [
0 commit comments