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 654ace5 commit 2c9df0bCopy full SHA for 2c9df0b
package.json
@@ -11,10 +11,13 @@
11
"postinstall": "npm run lerna bootstrap",
12
"reinstall": "npm run clean && npm install",
13
"clean": "npm run lerna clean -- --yes && npm run lerna run clean",
14
+ "commitmsg": "./@commitlint/cli/cli.js -e",
15
"commit": "./@commitlint/prompt-cli/cli.js"
16
},
17
"xo": {
- "ignore": ["lib/**"]
18
+ "ignore": [
19
+ "lib/**"
20
+ ]
21
22
"engines": {
23
"node": ">=4"
@@ -40,6 +43,7 @@
40
43
"email": "[email protected]"
41
44
42
45
"devDependencies": {
46
+ "husky": "^0.14.3",
47
"lerna": "^2.0.0",
48
"xo": "^0.18.2"
49
}
0 commit comments