update site deps, hack around shimport stuff temporarily

pull/2420/head
Richard Harris 6 years ago
parent 9acd89e912
commit 5bc589297c

2035
site/package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -4,7 +4,8 @@
"description": "Docs and examples for Svelte", "description": "Docs and examples for Svelte",
"scripts": { "scripts": {
"dev": "sapper dev", "dev": "sapper dev",
"sapper": "sapper build --legacy", "sapper": "sapper build --legacy && npm run update_shimport",
"update_shimport": "cp node_modules/shimport/index.js __sapper__/build/client/shimport@0.0.14.js",
"update": "node scripts/update_template.js && node scripts/get-contributors.js", "update": "node scripts/update_template.js && node scripts/get-contributors.js",
"start": "node __sapper__/build", "start": "node __sapper__/build",
"cy:run": "cypress run", "cy:run": "cypress run",
@ -55,6 +56,7 @@
"rollup-plugin-svelte": "^5.0.3", "rollup-plugin-svelte": "^5.0.3",
"rollup-plugin-terser": "^4.0.4", "rollup-plugin-terser": "^4.0.4",
"sapper": "^0.26.0-alpha.12", "sapper": "^0.26.0-alpha.12",
"shimport": "0.0.15",
"svelte": "^3.0.0-beta.21" "svelte": "^3.0.0-beta.21"
} }
} }

Loading…
Cancel
Save