basisjs-tools
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -0,1 +1,5 @@ | ||
## 1.1.2 (october 24, 2013) | ||
* hot fix for basis.js 0.9 apps | ||
## 1.1.1 (october 24, 2013) | ||
@@ -2,0 +6,0 @@ |
@@ -362,3 +362,3 @@ | ||
for (var key in basis.config.path) | ||
basis.config.path[key] = basis.path.resolve(basis.config.path[key]); | ||
basis.config.path[key] = basis.path.resolve(basis.config.path[key]) || '/'; | ||
@@ -365,0 +365,0 @@ for (var key in map) |
{ | ||
"name": "basisjs-tools", | ||
"title": "Basis developer tools", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"homepage": "https://github.com/basisjs/basisjs-tools", | ||
@@ -6,0 +6,0 @@ "description": "Developer tools for basis.js framework", |
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
378716