File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 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" ,
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" ,
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" ,
You can’t perform that action at this time.
0 commit comments