Skip to content

Commit

Permalink
updated rollup to fix Samuel-Martineau/generator-svelte#7
Browse files Browse the repository at this point in the history
  • Loading branch information
brainysmurf committed Dec 12, 2020
1 parent 20bfeaf commit f83d54c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Get the default app running in your local browser:
```bash
npx degit classroomtechtools/appscripts-modules-ft-svelte new-project-name
cd new-project-name
npm init # overwrite package name, author, etc
npm install
npm run dev
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"rollup": "^2.19.0",
"rollup-plugin-hypothetical": "^2.1.0",
"rollup-plugin-livereload": "^1.0.0",
"rollup-plugin-svelte": "^5.0.3",
"rollup-plugin-svelte": "~6.1.1",
"rollup-plugin-terser": "^5.1.2",
"svelte": "^3.0.0",
"ava": "^3.10.0"
Expand Down

0 comments on commit f83d54c

Please sign in to comment.