Skip to content

Commit daaaaa9

Browse files
committed
update npm stuff
1 parent 5dba424 commit daaaaa9

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
2-
"name": "svelte-app",
2+
"name": "source-debug",
33
"version": "1.0.0",
4+
"license": "MIT",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/hatnote/source-debug.git"
8+
},
49
"devDependencies": {
510
"rollup": "^1.12.0",
611
"rollup-plugin-commonjs": "^10.0.0",

src/App.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,6 @@
146146
About
147147
</h2>
148148
<p>
149-
The source code is available on github. This tool was built by <a href="https://github.com/slaporte">Stephen LaPorte</a> at <a href="https://wikiconference.org/wiki/2019/Main_Page">WikiConference North America 2019</a>. Thanks to <a href="https://twitter.com/fuzheado">@fuzheado</a> for the idea.
149+
The source code is <a href="https://github.com/hatnote/source-debug">available on github</a>. This tool was built by <a href="https://github.com/slaporte">Stephen LaPorte</a> at <a href="https://wikiconference.org/wiki/2019/Main_Page">WikiConference North America 2019</a>. Thanks to <a href="https://twitter.com/fuzheado">@fuzheado</a> for the idea.
150150
</p>
151151
</div>

0 commit comments

Comments
 (0)