Skip to content
This repository was archived by the owner on Mar 27, 2020. It is now read-only.

Commit 3fb3192

Browse files
committed
Merge branch 'release/0.0.6'
2 parents 1168ee0 + 4e198d7 commit 3fb3192

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

package.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@knotel/gdrive-lib",
33
"description": "Library for building/fetching Google Team Drive metadata in nested JSON format",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"main": "build/gdrive.js",
66
"repository": "[email protected]:knotel/gdrive-lib.git",
77
"author": "[email protected]",
@@ -18,6 +18,11 @@
1818
"engines": {
1919
"node": ">=7.8.0"
2020
},
21+
"husky": {
22+
"hooks": {
23+
"pre-commit": "npm run build && git add build"
24+
}
25+
},
2126
"dependencies": {
2227
"@babel/cli": "^7.2.3",
2328
"@babel/polyfill": "^7.2.5",
@@ -39,9 +44,10 @@
3944
"eslint-plugin-promise": "^4.0.1",
4045
"eslint-plugin-standard": "^4.0.0",
4146
"fs": "0.0.1-security",
47+
"husky": "^1.3.1",
4248
"mocha": "^6.0.1",
4349
"sinon": "^7.2.4",
44-
"util": "^0.11.1",
45-
"snyk": "^1.134.2"
50+
"snyk": "^1.134.2",
51+
"util": "^0.11.1"
4652
}
4753
}

0 commit comments

Comments
 (0)