Compare commits

..

1 Commits

Author SHA1 Message Date
Rich Harris
1e623dde29 -> v0.6.1 2018-02-03 13:48:30 -05:00
2 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# sapper changelog
## 0.6.1
* Fix `pkg.files` and `pkg.bin`
## 0.6.0
* Hydrate on first load, and only on first load ([#93](https://github.com/sveltejs/sapper/pull/93))

View File

@@ -1,13 +1,14 @@
{
"name": "sapper",
"version": "0.6.0",
"version": "0.6.1",
"description": "Military-grade apps, engineered by Svelte",
"main": "middleware.js",
"bin": {
"sapper": "cli/index.js"
"sapper": "cli.js"
},
"files": [
"cli.js",
"core.js",
"middleware.js",
"runtime",
"runtime.js",