Skip to content

Commit

Permalink
Merge 98e5803 into 3d35141
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jun 10, 2021
2 parents 3d35141 + 98e5803 commit 04f9b6f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/solid-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,19 @@
"build:example:ssr": "rollup -c examples/ssr/rollup.config.js",
"start:example:ssr": "node examples/ssr/lib/index.js",
"build:example:stream": "rollup -c examples/stream/rollup.config.js",
"start:example:stream": "node examples/stream/lib/index.js"
"start:example:stream": "node examples/stream/lib/index.js",
"clean": "shx rm -rf examples/**/lib/ examples/**/public/"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"babel-preset-solid": "^1.0.0-rc.2",
"express": "^4.17.1",
"rollup": "^2.51.1",
"rollup-plugin-copy": "^3.4.0",
"shx": "^0.3.3",
"solid-js": "^1.0.0-rc.2",
"solid-styled-components": "^0.26.3"
}
Expand Down

0 comments on commit 04f9b6f

Please sign in to comment.