cycle-routing-driver
Advanced tools
Comparing version 0.1.4 to 1.0.0
{ | ||
"name": "cycle-routing-driver", | ||
"version": "0.1.4", | ||
"version": "1.0.0", | ||
"description": "A bare-bones router for simple frontend routing in CycleJS", | ||
@@ -35,2 +35,6 @@ "main": "dist/routing-driver.js", | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.0", | ||
"classnames": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
@@ -40,6 +44,13 @@ "@babel/cli": "^7.1.2", | ||
"@babel/preset-env": "^7.1.0", | ||
"@babel/preset-react": "^7.7.4", | ||
"@babel/register": "^7.0.0", | ||
"chai": "^4.2.0", | ||
"classnames": "^2.2.6", | ||
"enzyme": "^3.10.0", | ||
"enzyme-adapter-react-16": "^1.15.1", | ||
"mocha": "^5.2.0", | ||
"mocha-clean": "^1.0.0" | ||
"mocha-clean": "^1.0.0", | ||
"react": "^16.12.0", | ||
"react-dom": "^16.12.0", | ||
"sinon": "^7.5.0" | ||
}, | ||
@@ -53,5 +64,6 @@ "babel": { | ||
} | ||
] | ||
], | ||
"@babel/preset-react" | ||
] | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
20093
6
277
0
4
14