-> v0.3.1

This commit is contained in:
Rich Harris
2017-12-31 16:36:02 -05:00
parent ff1e632057
commit 9538499d51
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# sapper changelog
## 0.3.1
* Fix missing `runtime.js`
## 0.3.0
* Move `sapper/runtime/app.js` to `sapper/runtime.js`

View File

@@ -1,6 +1,6 @@
{
"name": "sapper",
"version": "0.3.0",
"version": "0.3.1",
"description": "Military-grade apps, engineered by Svelte",
"main": "lib/index.js",
"bin": {
@@ -10,6 +10,7 @@
"cli",
"lib",
"runtime",
"runtime.js",
"webpack"
],
"directories": {