File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ language: node_js
22node_js :
33- ' 0.10'
44- ' 0.12'
5- - stable
5+ # - stable
66sudo : false
77install :
88- npm install
Original file line number Diff line number Diff line change 1111 "bugs" : {
1212 "url" : " https://github.com/firebase/reactfire/issues"
1313 },
14- "licenses" : [
15- {
16- "type" : " MIT" ,
17- "url" : " http://firebase.mit-license.org/"
18- }
19- ],
14+ "license" : " MIT" ,
2015 "keywords" : [
2116 " react" ,
2217 " mixin" ,
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ var ReactFireMixin = require('../src/reactfire.js');
1717// JSDom
1818var jsdom = require ( 'jsdom' ) ;
1919global . document = jsdom . jsdom ( ) ; // Needed for ReactTestUtils shallow renderer
20- document . createElement = null ; // Needed for Firebase
2120
2221// Test helpers
2322var TH = require ( './helpers.js' ) ;
You can’t perform that action at this time.
0 commit comments