Skip to content

Commit 6397cb5

Browse files
committed
Update package.json: add "slate-dom": "workspace:*", to help IDE identify import xx from "slate-dom"
1 parent dbd0a3e commit 6397cb5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
"shell-quote": "^1.8.1",
111111
"simple-git-hooks": "^2.9.0",
112112
"slate": "workspace:*",
113+
"slate-dom": "workspace:*",
113114
"slate-history": "workspace:*",
114115
"slate-hyperscript": "workspace:*",
115116
"slate-react": "workspace:*",

yarn.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13258,7 +13258,7 @@ __metadata:
1325813258
languageName: node
1325913259
linkType: hard
1326013260

13261-
"slate-dom@npm:^0.111.0, slate-dom@workspace:packages/slate-dom":
13261+
"slate-dom@npm:^0.111.0, slate-dom@workspace:*, slate-dom@workspace:packages/slate-dom":
1326213262
version: 0.0.0-use.local
1326313263
resolution: "slate-dom@workspace:packages/slate-dom"
1326413264
dependencies:
@@ -13385,6 +13385,7 @@ __metadata:
1338513385
shell-quote: "npm:^1.8.1"
1338613386
simple-git-hooks: "npm:^2.9.0"
1338713387
slate: "workspace:*"
13388+
slate-dom: "workspace:*"
1338813389
slate-history: "workspace:*"
1338913390
slate-hyperscript: "workspace:*"
1339013391
slate-react: "workspace:*"

0 commit comments

Comments
 (0)