* Downgrade chokidar to 1.7.0

* -> v0.10.3
This commit is contained in:
Joshua Kifer
2018-04-03 12:49:55 -07:00
committed by GitHub
parent 25dc4b3a4c
commit a5d141d2f1
2 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# sapper changelog
## 0.10.3
* Downgrade chokidar ([#212](https://github.com/sveltejs/sapper/issues/212))
## 0.10.2
* Attach `store` to error pages

View File

@@ -1,6 +1,6 @@
{
"name": "sapper",
"version": "0.10.2",
"version": "0.10.3",
"description": "Military-grade apps, engineered by Svelte",
"main": "dist/middleware.ts.js",
"bin": {
@@ -19,7 +19,7 @@
},
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"chokidar": "^2.0.2",
"chokidar": "^1.7.0",
"clorox": "^1.0.3",
"cookie": "^0.3.1",
"devalue": "^1.0.1",