cycle-routing-driver
Advanced tools
Comparing version 0.1.3 to 0.1.4
MIT License | ||
Copyright (c) 2016 Tim Shelburne | ||
Copyright (c) 2018 Tim Shelburne | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "cycle-routing-driver", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "A bare-bones router for simple frontend routing in CycleJS", | ||
@@ -5,0 +5,0 @@ "main": "dist/routing-driver.js", |
@@ -36,3 +36,3 @@ cycle-routing-driver | ||
import {run} from '@cycle/run' | ||
import makeRoutingDriver, {routes} from 'lib/cyclejs/routing-driver' | ||
import makeRoutingDriver, {routes} from 'cycle-routing-driver' | ||
@@ -39,0 +39,0 @@ function main(sources) { |
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
14877