can-route
Advanced tools
Comparing version 3.0.0-pre.4 to 3.0.0-pre.5
@@ -8,5 +8,8 @@ var stealTools = require("steal-tools"); | ||
outputs: { | ||
"+cjs": {}, | ||
"+amd": {}, | ||
"+global-js": {} | ||
"+standalone": { | ||
exports: { | ||
"can-util/namespace": "can" | ||
} | ||
} | ||
} | ||
@@ -13,0 +16,0 @@ }).catch(function(e){ |
@@ -7,2 +7,3 @@ /*jshint -W079 */ | ||
var namespace = require('can-util/namespace'); | ||
var deparam = require('can-util/js/deparam/deparam'); | ||
@@ -785,2 +786,2 @@ var each = require('can-util/js/each/each'); | ||
module.exports = canRoute; | ||
module.exports = namespace.route = canRoute; |
{ | ||
"name": "can-route", | ||
"version": "3.0.0-pre.4", | ||
"version": "3.0.0-pre.5", | ||
"description": "", | ||
@@ -30,3 +30,3 @@ "homepage": "", | ||
}, | ||
"main": "dist/cjs/can-route", | ||
"main": "can-route", | ||
"browser": { | ||
@@ -42,15 +42,11 @@ "transform": [ | ||
}, | ||
"keywords": [], | ||
"keywords": [ | ||
"canjs", | ||
"canjs-plugin", | ||
"donejs" | ||
], | ||
"system": { | ||
"main": "can-route", | ||
"configDependencies": [ | ||
"live-reload" | ||
], | ||
"npmIgnore": [ | ||
"documentjs", | ||
"testee", | ||
"generator-donejs", | ||
"donejs-cli", | ||
"steal-tools" | ||
], | ||
"npmAlgorithm": "flat" | ||
@@ -61,3 +57,3 @@ }, | ||
"can-observe-info": "^3.0.0-pre.1", | ||
"can-util": "^3.0.0-pre.15", | ||
"can-util": "^3.0.0-pre.21", | ||
"can-simple-map": "^3.0.0-pre.1", | ||
@@ -64,0 +60,0 @@ "can-compute": "3.0.0-pre.2" |
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
2378
72768
Updatedcan-util@^3.0.0-pre.21