Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien committed May 27, 2020
1 parent 168cdd9 commit 2abea07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"serve:demo": "parcel serve demo.html --global Overlay --out-dir demo",
"build:demo": "parcel build demo.html --global Overlay --out-dir docs --out-file index.html --public-url .",
"build": "parcel build src/javascript/Overlay.ts --global Overlay --out-file overlay.js",
"test": "eslint Overlay.js src/javascript/ --ext ts",
"fix": "eslint Overlay.js src/javascript/ --ext ts --fix"
"test": "eslint src/javascript/ --ext ts",
"fix": "eslint src/javascript/ --ext ts --fix"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2abea07

Please sign in to comment.