Compare commits

..

1 Commits

Author SHA1 Message Date
Rich Harris
4314897a78 -> v0.9.1 2018-03-10 23:28:14 -05:00
2 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# sapper changelog
## 0.9.1
* Include `sapper` bin
## 0.9.0
* Use `devalue` instead of `serialize-javascript`, allowing `preload` to return non-POJOs and cyclical/repeated references, but *not* functions ([#112](https://github.com/sveltejs/sapper/issues/112))

View File

@@ -1,6 +1,6 @@
{
"name": "sapper",
"version": "0.9.0",
"version": "0.9.1",
"description": "Military-grade apps, engineered by Svelte",
"main": "middleware.js",
"bin": {
@@ -10,7 +10,8 @@
"*.js",
"*.ts.js",
"runtime",
"webpack"
"webpack",
"sapper"
],
"directories": {
"test": "test"