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

Commit

Permalink
feat(rogue): the game now runs in the background
Browse files Browse the repository at this point in the history
closes #7
  • Loading branch information
seiyria committed Jan 31, 2016
1 parent 3af391b commit 2555be0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"angular-bootstrap": "angular-ui-bootstrap-bower#~0.14.0",
"dice.js": "~0.7.0",
"dos-strap": "seiyria/dos-strap",
"HackTimer": "https://github.com/turuslan/HackTimer.git",
"HackTimer": "turuslan/HackTimer#~1.1.0",
"ngstorage": "~0.3.7"
}
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@
"libjs": [
"./bower_components/angular/angular.min.js",
"./bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js",
"./bower_components/ngstorage/ngStorage.min.js"
"./bower_components/ngstorage/ngStorage.min.js",
"./bower_components/HackTimer/HackTimer.silent.min.js",
"./bower_components/HackTimer/HackTimerWorker.min.js"
],
"libcss": [
"./bower_components/dos-strap/dist/css/bootstrap.min.css"
Expand Down

0 comments on commit 2555be0

Please sign in to comment.