Skip to content

Commit 007f882

Browse files
committed
chore: Kill typedefs package
Maybe we can revive this at some point but for now I don't have any appetite for maintaining it.
1 parent 3da736f commit 007f882

5 files changed

Lines changed: 1 addition & 771 deletions

File tree

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"rebuild-locale": "node resources/rebuildLocale.cjs",
1717
"optimize": "terser chunk0.js -o chunk0.js -c --toplevel --timings --ecma 2021 -m --source-map \"content='chunk0.js.map'\"",
1818
"webui": "yarn workspace @peacockproject/web-ui",
19-
"typedefs": "yarn workspace @peacockproject/core",
2019
"run-dev": "node packaging/devLoader.mjs",
2120
"extract-challenge-data": "node packaging/extractChallengeData.mjs",
2221
"extract-featured-contracts": "node packaging/extractFeaturedContracts.mjs",
@@ -102,7 +101,6 @@
102101
},
103102
"workspaces": [
104103
"webui",
105-
"packaging/typedefs",
106104
"packaging/eslint",
107105
"tests"
108106
],

0 commit comments

Comments
 (0)