We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa2cb5 commit b027c66Copy full SHA for b027c66
package.json
@@ -1,5 +1,15 @@
1
{
2
"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
+ ],
13
"scripts": {
14
"dev:web:elm": "elm-live elm/Main.elm --port 3333 --dir elm --start-page elm-preview-index.html -- --output elm/Main.js",
15
"dev:web:parcel": "parcel js/index.html --out-dir dist --port 2222",
0 commit comments