Skip to content

Commit b027c66

Browse files
author
neurodynamic
committed
adds additional package.json info
1 parent 2aa2cb5 commit b027c66

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"name": "debugging-practice",
3+
"version": "0.1.1",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/kickstartcoding/debug_trainer_app.git"
7+
},
8+
"author": "Kickstart Coding",
9+
"keywords": [
10+
"debug",
11+
"debugging"
12+
],
313
"scripts": {
414
"dev:web:elm": "elm-live elm/Main.elm --port 3333 --dir elm --start-page elm-preview-index.html -- --output elm/Main.js",
515
"dev:web:parcel": "parcel js/index.html --out-dir dist --port 2222",

0 commit comments

Comments
 (0)