mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-11 10:54:34 +00:00
fix edit links
This commit is contained in:
6
site/package-lock.json
generated
6
site/package-lock.json
generated
@@ -846,9 +846,9 @@
|
||||
}
|
||||
},
|
||||
"@sveltejs/site-kit": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@sveltejs/site-kit/-/site-kit-1.1.0.tgz",
|
||||
"integrity": "sha512-Pe0vsIW5c3LDAY4K7mPa+S1gNAVkpVRfvfylHOPOufhdXOwU3E+YhobrF2MMLcM6FEonJv1Au/RHHSBZu8+aKg==",
|
||||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@sveltejs/site-kit/-/site-kit-1.1.1.tgz",
|
||||
"integrity": "sha512-EYQKhrdbRWeaPteTN1YZ4oW0xBbUzQ2D+XPdIfEvwDvgxAka9KZP5BCiENrXFf7Z9lxe2HW6MDlrT2sMwoS8+g==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@sindresorhus/slugify": "^0.9.1",
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
"@babel/plugin-transform-runtime": "^7.4.4",
|
||||
"@babel/preset-env": "^7.4.4",
|
||||
"@babel/runtime": "^7.4.4",
|
||||
"@sveltejs/site-kit": "^1.1.0",
|
||||
"@sveltejs/site-kit": "^1.1.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"rollup": "^1.11.3",
|
||||
"rollup-plugin-babel": "^4.3.2",
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
<meta name="Description" content="The next small thing in web development">
|
||||
</svelte:head>
|
||||
|
||||
<Docs {sections}/>
|
||||
<Docs {sections} project="sapper"/>
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
<meta name="Description" content="The next small thing in web development">
|
||||
</svelte:head>
|
||||
|
||||
<Docs {sections}/>
|
||||
<Docs {sections} project="sapper" dir="migrating"/>
|
||||
|
||||
Reference in New Issue
Block a user