mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-21 14:55:04 +00:00
first crack at context-driven store
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
"config",
|
||||
"sapper",
|
||||
"dist/*.js",
|
||||
"templates/*.js"
|
||||
"templates/*.js",
|
||||
"templates/*.html"
|
||||
],
|
||||
"directories": {
|
||||
"test": "test"
|
||||
@@ -58,7 +59,7 @@
|
||||
"sade": "^1.4.1",
|
||||
"sander": "^0.6.0",
|
||||
"sirv": "^0.2.2",
|
||||
"svelte": "^3.0.0-alpha25",
|
||||
"svelte": "^3.0.0-alpha26",
|
||||
"svelte-loader": "^2.11.0",
|
||||
"ts-node": "^8.0.2",
|
||||
"typescript": "^3.1.3",
|
||||
|
||||
Reference in New Issue
Block a user