Skip to content

Commit 90f9945

Browse files
committed
fix: Remove linked versions
1 parent 6b2b57d commit 90f9945

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/plugin-keyboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"homepage": "https://github.com/keynote/keynote/tree/dev/packages/plugin-keyboard#readme",
2020
"dependencies": {
21-
"@keynote/state": "link:../state",
21+
"@keynote/state": "^2.0.0-alpha.0",
2222
"screenfull": "^3.3.3"
2323
},
2424
"publishConfig": {

packages/plugin-touch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"homepage": "https://github.com/keynote/keynote/tree/dev/packages/plugin-touch#readme",
2020
"dependencies": {
21-
"@keynote/state": "link:../state",
21+
"@keynote/state": "^2.0.0-alpha.0",
2222
"hammerjs": "^2.0.8",
2323
"screenfull": "^3.3.3"
2424
},

packages/theme-black/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"homepage": "https://github.com/keynote/keynote/tree/dev/packages/theme-black#readme",
2020
"dependencies": {
21-
"@keynote/theme-base": "link:../theme-base"
21+
"@keynote/theme-base": "^2.0.0-alpha.0"
2222
},
2323
"publishConfig": {
2424
"access": "public"

packages/theme-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"homepage": "https://github.com/keynote/keynote/tree/dev/packages/theme-vue#readme",
2020
"dependencies": {
21-
"@keynote/theme-base": "link:../theme-base"
21+
"@keynote/theme-base": "^2.0.0-alpha.0"
2222
},
2323
"publishConfig": {
2424
"access": "public"

packages/theme-white/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"homepage": "https://github.com/keynote/keynote/tree/dev/packages/theme-white#readme",
2020
"dependencies": {
21-
"@keynote/theme-base": "link:../theme-base"
21+
"@keynote/theme-base": "^2.0.0-alpha.0"
2222
},
2323
"publishConfig": {
2424
"access": "public"

0 commit comments

Comments
 (0)