Skip to content

Commit 5d69068

Browse files
committed
Release 1.3.4: Typings for TypeScript added.
1 parent e304dfa commit 5d69068

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
22
"name": "react-validation-utils",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"description": "Validate react form components, based on their state",
55
"main": "build/index.js",
66
"scripts": {
77
"dev": "watch 'npm run build' src",
88
"build": "babel src -d build",
99
"test": "jest",
1010
"prepush": "npm test",
11-
"prepublish": "npm run build",
12-
"release": "np --no-yarn --no-publish"
11+
"prepublish": "npm run build"
1312
},
1413
"repository": {
1514
"type": "git",
@@ -34,7 +33,6 @@
3433
"eslint-plugin-prettier": "2.3.1",
3534
"husky": "^0.14.3",
3635
"jest": "^22.4.0",
37-
"np": "^2.20.1",
3836
"prettier": "^1.10.2",
3937
"watch": "^1.0.1"
4038
}

0 commit comments

Comments
 (0)