fix edit links

This commit is contained in:
Richard Harris
2019-06-16 15:22:52 -04:00
parent 4f0ab31049
commit 201a0eb2f6
4 changed files with 6 additions and 6 deletions

View File

@@ -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",

View File

@@ -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",

View File

@@ -19,4 +19,4 @@
<meta name="Description" content="The next small thing in web development">
</svelte:head>
<Docs {sections}/>
<Docs {sections} project="sapper"/>

View File

@@ -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"/>