-> v0.26.0-alpha.3

This commit is contained in:
Richard Harris
2019-02-03 13:06:37 -05:00
parent a85e1424e3
commit 1d17569d3c

View File

@@ -1,6 +1,6 @@
{ {
"name": "sapper", "name": "sapper",
"version": "0.26.0-alpha.1", "version": "0.26.0-alpha.3",
"description": "Military-grade apps, engineered by Svelte", "description": "Military-grade apps, engineered by Svelte",
"bin": { "bin": {
"sapper": "./sapper" "sapper": "./sapper"
@@ -11,8 +11,8 @@
"config", "config",
"sapper", "sapper",
"dist/*.js", "dist/*.js",
"runtime/*.js", "runtime/*.mjs",
"runtime/*.html" "runtime/internal"
], ],
"directories": { "directories": {
"test": "test" "test": "test"