1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-06 17:10:05 +00:00

chore: updating CONTRIBUTING, preventing files with spaces being added, adding git hooks package

This commit is contained in:
2021-03-21 22:23:50 +01:00
parent 4b375e0b8c
commit f356e1f351
4 changed files with 32 additions and 4 deletions

View File

@@ -28,6 +28,10 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs": "sasjs doc && ./sasjs/utils/build.sh"
"docs": "sasjs doc && ./sasjs/utils/build.sh",
"postinstall": "node-git-hooks"
},
"dependencies": {
"node-git-hooks": "^1.0.5"
}
}