We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab8ec4 commit 46bfd01Copy full SHA for 46bfd01
package.json
@@ -27,14 +27,12 @@
27
"tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
28
"build": "npm run tsc",
29
"prepublishOnly": "npm run tsc",
30
- "test": "jest"
+ "test": "jest",
31
+ "postinstall": "patch-package"
32
},
33
"keywords": [],
34
"author": "Codam Coding College <it@codam.nl>",
35
"license": "ISC",
- "scripts": {
36
- "postinstall": "patch-package"
37
- },
38
"dependencies": {
39
"bottleneck": "^2.19.5",
40
"node-cache": "^5.1.2",
0 commit comments