Skip to content

Commit

Permalink
install electron
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelknoch committed Mar 31, 2016
1 parent 5af90ef commit a69ca69
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "angular2-quickstart",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"start": "concurrently \"npm run tsc:w\" \"npm run lite\" ",
"tsc": "tsc",
Expand All @@ -20,8 +21,9 @@
},
"devDependencies": {
"concurrently": "^2.0.0",
"electron-prebuilt": "^0.37.3",
"lite-server": "^2.1.0",
"typescript": "^1.8.9",
"typings":"^0.7.9"
"typings": "^0.7.9"
}
}
}

0 comments on commit a69ca69

Please sign in to comment.