Skip to content

Commit

Permalink
npm script for building Chrome extension
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeche committed Oct 24, 2017
1 parent 4c3a420 commit 51844a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "XV is a browser-based XML viewer, available as a Google Chrome and Safari extensions.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"chrome": "gulp chrome"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 51844a1

Please sign in to comment.