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

Commit

Permalink
fix(package.json): fix electron dep
Browse files Browse the repository at this point in the history
Remove trailing comma
  • Loading branch information
albertosantini committed Nov 5, 2016
1 parent 5214532 commit bc4a2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"techan": "~0.8.0"
},
"optionalDependencies": {
"electron": "~1.4.5",
"electron": "~1.4.5"
},
"scripts": {
"test": "npm run lint && npm run karma && npm run snyk",
Expand Down

0 comments on commit bc4a2b0

Please sign in to comment.