@metacall/protocol 0.1.14 → 0.1.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metacall/protocol",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.17",
|
|
4
4
|
"description": "Tool for deploying into MetaCall FaaS platform.",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./*": "./dist/*.js",
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"test": "npm run --silent build && mocha dist/test",
|
|
18
18
|
"unit": "npm run --silent test -- --ignore **/integration**",
|
|
19
19
|
"prepublishOnly": "npm run --silent build",
|
|
20
|
+
"postinstall": "node -e \"require('fs').existsSync('githooks') && require('./githooks/configure.js').configure()\"",
|
|
20
21
|
"build": "npm run --silent lint && tsc",
|
|
21
22
|
"lint": "eslint . --ignore-pattern dist",
|
|
22
23
|
"fix": "eslint . --ignore-pattern dist --fix",
|