@cra-express/redux-prefetcher
Advanced tools
Comparing version 4.0.0-9 to 4.0.0-alpha.0
@@ -1,2 +0,2 @@ | ||
'use strict'; | ||
"use strict"; | ||
@@ -8,3 +8,3 @@ Object.defineProperty(exports, "__esModule", { | ||
var _reactRouterConfig = require('react-router-config'); | ||
var _reactRouterConfig = require("react-router-config"); | ||
@@ -15,3 +15,2 @@ function getInitialData(ctx, store, routes) { | ||
match = _ref.match; | ||
return { | ||
@@ -18,0 +17,0 @@ component: route.component, |
{ | ||
"name": "@cra-express/redux-prefetcher", | ||
"version": "4.0.0-9", | ||
"version": "4.0.0-alpha.0", | ||
"description": "Redux Prefetcher for prefetching on server", | ||
@@ -15,3 +15,3 @@ "main": "lib/index.js", | ||
"watch": "babel src -d lib --watch --ignore spec.js", | ||
"test:ci": "jest --coverage" | ||
"test:ci": "jest --config=jest-config.json --coverage" | ||
}, | ||
@@ -28,5 +28,6 @@ "author": "Antony Budianto <antonybudianto@gmail.com>", | ||
"devDependencies": { | ||
"react": "^16.3.2", | ||
"react-router": "^4.2.0" | ||
} | ||
"react": "^16.5.0", | ||
"react-router": "^4.3.1" | ||
}, | ||
"gitHead": "0f8f4d4a7dfbcaed978920143773553cf7a59609" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4986
5
65