@epig/create-app
Advanced tools
Comparing version 1.3.0 to 1.4.0
{ | ||
"name": "@epig/create-app", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "create react app", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,5 +0,5 @@ | ||
import createHistory from 'history/createHashHistory'; | ||
import * as h from 'history'; | ||
const history = createHistory(); | ||
const history = h.createHashHistory(); | ||
export default history; |
@@ -1,5 +0,5 @@ | ||
import createHistory from 'history/createHashHistory'; | ||
import * as h from 'history'; | ||
const history = createHistory(); | ||
const history = h.createHashHistory(); | ||
export default history; |
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
57131