1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-16 00:24:35 +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

24
package-lock.json generated
View File

@@ -7,7 +7,29 @@
"": {
"name": "@sasjs/core",
"version": "1.0.0",
"license": "MIT"
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"node-git-hooks": "^1.0.5"
}
},
"node_modules/node-git-hooks": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/node-git-hooks/-/node-git-hooks-1.0.5.tgz",
"integrity": "sha512-05rULsJy8z2OvXTQFZv9fN20uo186EYgJYQjkL1OjnXj53QivOAGUzZilZ/MX8OmPRaN+deJBtlvMRydpdfnqA==",
"bin": {
"node-git-hooks": "bin/install.js"
},
"engines": {
"node": ">=4.0.0"
}
}
},
"dependencies": {
"node-git-hooks": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/node-git-hooks/-/node-git-hooks-1.0.5.tgz",
"integrity": "sha512-05rULsJy8z2OvXTQFZv9fN20uo186EYgJYQjkL1OjnXj53QivOAGUzZilZ/MX8OmPRaN+deJBtlvMRydpdfnqA=="
}
}
}