Skip to content

Commit 6247ca4

Browse files
committed
v0.1.0-beta.1
1 parent 85fabc9 commit 6247ca4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turbo-morph",
3-
"version": "0.1.0-beta1",
3+
"version": "0.1.0-beta.1",
44
"description": "Morphdom integration for Turbo Streams",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
@@ -11,6 +11,7 @@
1111
"repository": "https://github.com/marcoroth/turbo-morph",
1212
"sideEffects": false,
1313
"scripts": {
14+
"start": "cd playground && yarn start",
1415
"prebuild": "yarn clean",
1516
"build": "tsc --noEmit false --declaration true --emitDeclarationOnly true --outDir dist/types --jsx react && rollup -c",
1617
"watch": "rollup -wc",
@@ -23,14 +24,14 @@
2324
"@rollup/plugin-node-resolve": "^13.0.5",
2425
"@rollup/plugin-typescript": "^8.2.5",
2526
"concurrently": "^7.1.0",
27+
"morphdom": "^2.6.1",
2628
"rimraf": "^3.0.2",
2729
"rollup": "^2.57.0",
2830
"rollup-plugin-filesize": "^9.1.1",
2931
"rollup-plugin-terser": "^7.0.2",
3032
"sourcemap": "^0.1.0",
3133
"tslib": "^2.3.1",
32-
"typescript": "^3.9.7",
33-
"morphdom": "^2.6.1"
34+
"typescript": "^3.9.7"
3435
},
3536
"peerDependencies": {
3637
"@hotwired/turbo": ">= 7.1",

0 commit comments

Comments
 (0)