Skip to content

Commit

Permalink
Added electron-prebuilt dependency and .gitignore rules for platform …
Browse files Browse the repository at this point in the history
…building.
  • Loading branch information
xingped committed Jun 21, 2016
1 parent b0a57a6 commit 072378e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
database/
node_modules/
node_modules/
.DS_Store
TwitchTimer-darwin-x64/
TwitchTimer-linux-ia32/
TwitchTimer-linux-x64/
TwitchTimer-win32-ia32/
TwitchTimer-win32-x64/
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"angular": "^1.5.6",
"angular-electron": "^0.2.1",
"configstore": "^2.0.0",
"electron-prebuilt": "^1.2.3",
"tmi.js": "0.0.29"
}
}

0 comments on commit 072378e

Please sign in to comment.