Skip to content

Commit

Permalink
@types issue: revert locking, didn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
iconix committed Aug 16, 2017
1 parent 440b1ab commit 4705c59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ TODO:
- Redirect http to https
- - "getCurrentPosition() and watchPosition() no longer work on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details."
- Notes.txt -> Documentation: layout state progression; code commenting; wiki with comments on code decisions
- State progression visualization tool? https://knsv.github.io/mermaid/index.html#mermaid
=====
- Tint the arena based on time of day (http://bulbapedia.bulbagarden.net/wiki/Time)
- Morning (4:00 AM-8:59 AM): "rising sun tints the entire landscape with a yellowish hue"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"webpack-debug": "webpack --display-error-details"
},
"dependencies": {
"@types/googlemaps": "3.25.38",
"@types/node": "6.0.52",
"@types/react": "0.14.49",
"@types/react-dom": "0.14.18",
"@types/react-router": "2.0.41",
"@types/winston": "2.3.3",
"@types/googlemaps": "^3.25.38",
"@types/node": "^6.0.52",
"@types/react": "^0.14.49",
"@types/react-dom": "^0.14.18",
"@types/react-router": "^2.0.41",
"@types/winston": "^2.3.3",
"Tattletale": "git://github.com/iconix/tattletale.js.git",
"aws-sdk": "^2.7.19",
"babel-core": "^6.24.0",
Expand Down

0 comments on commit 4705c59

Please sign in to comment.