Fix npm install by fixing version of react-tap-event-plugin

This commit is contained in:
David Kaltschmidt
2015-11-03 11:25:56 +01:00
parent 30ee48f451
commit bc7ee66ed9

View File

@@ -21,7 +21,7 @@
"page": "^1.6.3",
"react": "0.13.3",
"react-motion": "^0.2.7",
"react-tap-event-plugin": "^0.1.7",
"react-tap-event-plugin": "0.1.7",
"reqwest": "~1.1.5",
"timely": "^0.1.0"
},