added migrations for instant delivery

This commit is contained in:
Senad Uka
2015-07-26 19:10:16 +02:00
parent af6864954a
commit 68b25bf491
374 changed files with 135456 additions and 6 deletions

12
node_modules/ga-react-router/src/index.js generated vendored Normal file
View File

@@ -0,0 +1,12 @@
'use strict';
var ga = require('./ga');
function analytics(state) {
ga('send', 'pageview', {
'page': state.path
});
}
module.exports = analytics;