Skip to content

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
giodelabarrera committed Mar 10, 2021
1 parent fdcf3e1 commit 344d031
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/.DS_Store
/.DS_Store
/node_modules
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Web calculator build with HTML, Grid CSS, Vanilla JS",
"main": "main.js",
"scripts": {
"build": "esbuild main.js --bundle --outfile=out.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
Expand All @@ -15,5 +16,7 @@
"bugs": {
"url": "https://github.com/giodelabarrera/js-calculator/issues"
},
"homepage": "https://github.com/giodelabarrera/js-calculator#readme"
"homepage": "https://github.com/giodelabarrera/js-calculator#readme",
"dependencies": {},
"devDependencies": {}
}

0 comments on commit 344d031

Please sign in to comment.