quickstart
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "quickstart", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "CommonJS module compiler for node.js and browsers", | ||
@@ -5,0 +5,0 @@ "main": "./main.js", |
@@ -7,2 +7,3 @@ { | ||
"./old": "./new", | ||
"./invalid-route": "./anything-really", | ||
"one/old": "./new", | ||
@@ -9,0 +10,0 @@ "./false": false, |
@@ -99,3 +99,5 @@ /* global -Promise*/ | ||
} | ||
}, control.reject); | ||
}, function() { | ||
control.save(null).continue(); | ||
}); | ||
@@ -102,0 +104,0 @@ } |
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
89705
45
2301