Skip to content

Commit

Permalink
package.json: Add chrome-launch and web-ext to optionalDependencies
Browse files Browse the repository at this point in the history
I'm not sure if this actually makes a difference, though. See the
following issues for more info:

* npm/npm#3870
* npm/npm#2679
  • Loading branch information
josephfrazier committed Jan 10, 2017
1 parent a15ead3 commit 95b6e66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@
"webpack": "1.14.0"
},
"optionalDependencies": {
"fsevents": "*"
"chrome-launch": "1.1.4",
"fsevents": "*",
"web-ext": "1.6.0"
},
"private": true
}

0 comments on commit 95b6e66

Please sign in to comment.