Skip to content

Commit f844bdb

Browse files
author
bietkul
committed
Added nps in dev dependency
1 parent 58587a5 commit f844bdb

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-reactive-form",
3-
"version": "1.0.26",
3+
"version": "1.0.27",
44
"description": "Angular like Reactive Forms in React",
55
"keywords": [
66
"forms",
@@ -20,7 +20,9 @@
2020
"main": "dist/react-reactive-form.cjs.js",
2121
"jsnext:main": "dist/react-reactive-form.es.js",
2222
"module": "dist/react-reactive-form.es.js",
23-
"files": ["dist"],
23+
"files": [
24+
"dist"
25+
],
2426
"scripts": {
2527
"start": "nps",
2628
"test": "nps test",
@@ -50,6 +52,7 @@
5052
"eslint-plugin-import": "^2.8.0",
5153
"eslint-plugin-jsx-a11y": "^5.1.1",
5254
"eslint-plugin-react": "^7.5.1",
55+
"nps": "^5.9.0",
5356
"nps-utils": "^1.5.0",
5457
"prettier": "^1.12.1",
5558
"prettier-eslint-cli": "^4.4.2",
@@ -70,7 +73,10 @@
7073
"babel-polyfill": "^6.26.0"
7174
},
7275
"lint-staged": {
73-
"*.{js*,ts*,json,md,css}": ["prettier --write", "git add"]
76+
"*.{js*,ts*,json,md,css}": [
77+
"prettier --write",
78+
"git add"
79+
]
7480
},
7581
"typings": "dist/index.d.ts",
7682
"homepage": "https://github.com/bietkul/react-reactive-form#readme"

0 commit comments

Comments
 (0)