-> v0.7.1

This commit is contained in:
Rich Harris
2018-02-18 17:08:35 -05:00
parent 14d64e854a
commit 1285739cc5
2 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# sapper changelog
## 0.7.1
* Add missing `tslib` dependency
## 0.7.0
* Restructure app layout (see [migration guide](https://sapper.svelte.technology/guide#0-6-to-0-7)) ([#126](https://github.com/sveltejs/sapper/pull/126))

View File

@@ -1,6 +1,6 @@
{
"name": "sapper",
"version": "0.7.0",
"version": "0.7.1",
"description": "Military-grade apps, engineered by Svelte",
"main": "middleware.js",
"bin": {
@@ -35,6 +35,7 @@
"rimraf": "^2.6.2",
"sander": "^0.6.0",
"serialize-javascript": "^1.4.0",
"tslib": "^1.8.1",
"url-parse": "^1.2.0",
"wait-port": "^0.2.2",
"walk-sync": "^0.3.2",
@@ -63,7 +64,6 @@
"svelte": "^1.49.1",
"svelte-loader": "^2.3.2",
"ts-node": "^4.1.0",
"tslib": "^1.8.1",
"typescript": "^2.6.2"
},
"scripts": {