We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e304dfa commit 5d69068Copy full SHA for 5d69068
1 file changed
package.json
@@ -1,15 +1,14 @@
1
{
2
"name": "react-validation-utils",
3
- "version": "1.3.3",
+ "version": "1.3.4",
4
"description": "Validate react form components, based on their state",
5
"main": "build/index.js",
6
"scripts": {
7
"dev": "watch 'npm run build' src",
8
"build": "babel src -d build",
9
"test": "jest",
10
"prepush": "npm test",
11
- "prepublish": "npm run build",
12
- "release": "np --no-yarn --no-publish"
+ "prepublish": "npm run build"
13
},
14
"repository": {
15
"type": "git",
@@ -34,7 +33,6 @@
34
33
"eslint-plugin-prettier": "2.3.1",
35
"husky": "^0.14.3",
36
"jest": "^22.4.0",
37
- "np": "^2.20.1",
38
"prettier": "^1.10.2",
39
"watch": "^1.0.1"
40
}
0 commit comments