Skip to content

Commit 9ce5dd7

Browse files
authored
Fix knitwit generation (#282)
* update Knitwit and prepare script Updates Knitwit to a newer commit and also move the generate the knitwit-postinstall script to run post prepare instead of postinstall. Signed-off-by: karthik2804 <[email protected]> * bump version to 2.0.1 Signed-off-by: karthik2804 <[email protected]> --------- Signed-off-by: karthik2804 <[email protected]>
1 parent 54cf9f6 commit 9ce5dd7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fermyon/spin-sdk",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -13,7 +13,7 @@
1313
"fmt-check": "prettier --check \"src/**/*.{ts,tsx,js,jsx}\"",
1414
"build": "tsc && cp -r src/types ./lib/",
1515
"build-docs": "typedoc --plugin typedoc-plugin-missing-exports src/index.ts --out ./docs --excludeExternals --readme none",
16-
"postinstall": "knitwit-postinstall",
16+
"postprepare": "knitwit-postinstall",
1717
"fmt-examples": "prettier --write \"examples/**/*.{ts,tsx,js,jsx}\" --ignore-patterm \"node_modules\""
1818
},
1919
"sideEffects": false,

0 commit comments

Comments
 (0)