We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b52f3ba commit af566b2Copy full SHA for af566b2
2 files changed
dependencies/package.json
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "root",
3
- "description": "Polywrap Monorepo",
+ "description": "Polywrap Toolchain",
4
"license": "MIT",
5
"private": true,
6
"repository": {
7
"type": "git",
8
- "url": "https://github.com/polywrap/monorepo.git"
+ "url": "https://github.com/polywrap/toolchain.git"
9
},
10
"workspaces": {
11
"packages": [
@@ -15,7 +15,6 @@
15
"./packages/schema/**",
16
"./packages/templates/**",
17
"./packages/test-cases",
18
- "./packages/test-env/**",
19
"./packages/wasm/**"
20
]
21
0 commit comments