Skip to content

Commit

Permalink
Add more to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mikker committed Dec 20, 2023
1 parent b885bcc commit 71cccb7
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
{
"name": "sourdough-toast",
"version": "1.0.0",
"description": "",
"version": "0.0.1",
"description": "Delicious Sourdough Toast",
"main": "src/sourdough-toast.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "five-server --open=false"
},
"keywords": [],
"author": "",
"license": "ISC",
"author": "Mikkel Malmberg (@mikker)",
"license": "MIT",
"devDependencies": {
"five-server": "^0.3.1"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/mikker/sourdough-toast.git"
},
"bugs": {
"url": "https://github.com/mikker/sourdough-toast/issues"
},
"homepage": "https://github.com/mikker/sourdough-toast#readme"
}

0 comments on commit 71cccb7

Please sign in to comment.