Comparing version 1.2.12 to 1.2.13
@@ -16,3 +16,3 @@ 'use strict'; | ||
} | ||
throw new Error(`${value} is not valid`); | ||
throw new Error(value + 'is not valid'); | ||
}; | ||
@@ -19,0 +19,0 @@ |
{ | ||
"name": "thinkjs", | ||
"description": "A Node.js MVC Web Framework Based On Promise", | ||
"version": "1.2.12", | ||
"version": "1.2.13", | ||
"author": { | ||
@@ -12,4 +12,4 @@ "name": "welefen", | ||
}, | ||
"publishConfig": { | ||
"tag": "v1" | ||
"publishConfig": { | ||
"tag": "v1" | ||
}, | ||
@@ -16,0 +16,0 @@ "contributors": [ |
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
757631