Skip to content

Commit 7a774a1

Browse files
committed
Add packages to workspaces
1 parent 5cd7de5 commit 7a774a1

File tree

3 files changed

+436
-8
lines changed

3 files changed

+436
-8
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
"typescript": "5.8.2"
8888
},
8989
"workspaces": [
90+
"packages/*",
9091
"tests/dependencies/**",
9192
"tests/analysis_tests/**",
9293
"tests/gentype_tests/**",

packages/playground-bundling/package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
{
2-
"name": "proj",
3-
"version": "1.0.0",
4-
"description": "",
2+
"private": true,
3+
"name": "playground-bundling",
54
"type": "module",
6-
"main": "index.js",
75
"scripts": {
86
"build": "rescript clean && rescript build && node ./scripts/generate_cmijs.js",
97
"bundle": "rollup -c",
108
"clean": "rescript clean"
119
},
12-
"keywords": [],
13-
"author": "",
14-
"license": "ISC",
1510
"dependencies": {
16-
"@rescript/react": "^0.13.0"
11+
"@rescript/react": "^0.13.1",
12+
"rescript": "workspace:^"
1713
},
1814
"devDependencies": {
1915
"@rollup/plugin-node-resolve": "^16.0.0",

0 commit comments

Comments
 (0)