Merge pull request #1 from cooljith91112/greenkeeper/initial

Greenkeeper/initial
This commit is contained in:
Indrajith K L
2018-03-23 17:07:42 +05:30
committed by GitHub
2 changed files with 6 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
## svelte app (Modified)
[![Greenkeeper badge](https://badges.greenkeeper.io/cooljith91112/svelte-app.svg)](https://greenkeeper.io/)
This is a project template for [Svelte](https://svelte.technology) apps. Original url at https://github.com/sveltejs/template.
To create a new project based on this template using [degit](https://github.com/Rich-Harris/degit):

View File

@@ -2,12 +2,12 @@
"name": "svelte-app",
"version": "1.0.0",
"devDependencies": {
"rollup": "^0.53.2",
"rollup-plugin-buble": "^0.18.0",
"rollup-plugin-commonjs": "^8.2.6",
"rollup": "^0.57.1",
"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-svelte": "^4.0.0",
"rollup-plugin-uglify": "^2.0.1",
"rollup-plugin-uglify": "^3.0.0",
"serve": "^6.4.3",
"svelte": "^1.50.0"
},