Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
fix parcel scripts (#2)
Browse files Browse the repository at this point in the history
* fix src path

* add author and licence

* update @babel/preset-env
  • Loading branch information
lmachens committed Nov 6, 2019
1 parent c6db9b0 commit 312e137
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
21 changes: 17 additions & 4 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"parcel-bundler": "^1.12.4"
},
"scripts": {
"dev": "parcel *.html",
"dev": "parcel src/*.html",
"build": "parcel build src/*.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lmachens/calculator-js-intro.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"author": "Leon Machens",
"license": "MIT",
"bugs": {
"url": "https://github.com/lmachens/calculator-js-intro/issues"
},
Expand Down

0 comments on commit 312e137

Please sign in to comment.