gregorian-calendar
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -460,3 +460,3 @@ /** | ||
if (!this.isSet(YEAR)) { | ||
throw new Error('year must be set for KISSY GregorianCalendar'); | ||
throw new Error('year must be set for GregorianCalendar'); | ||
} | ||
@@ -714,3 +714,3 @@ | ||
} else { | ||
throw new Error('illegal arguments for KISSY GregorianCalendar set'); | ||
throw new Error('illegal arguments for GregorianCalendar set'); | ||
} | ||
@@ -1350,2 +1350,2 @@ this.time = undefined; | ||
- julian calendar | ||
*/ | ||
*/ |
/** | ||
* locale info for KISSY Date | ||
* en-us locale | ||
* @ignore | ||
@@ -25,2 +25,2 @@ * @author yiminghe@gmail.com | ||
dateTimePattern: '{date} {time}' | ||
}; | ||
}; |
/** | ||
* locale info for KISSY Date | ||
* zh-cn locale | ||
* @ignore | ||
@@ -27,2 +27,2 @@ * @author yiminghe@gmail.com | ||
dateTimePattern: '{date} {time}' | ||
}; | ||
}; |
{ | ||
"name": "gregorian-calendar", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"author": "yiminghe <yiminghe@gmail.com>", | ||
@@ -13,15 +13,2 @@ "engines": { | ||
}, | ||
"testling": { | ||
"server": "server.js", | ||
"html": "tests/runner.html", | ||
"browsers": [ | ||
"ie/6..latest", | ||
"chrome/latest", | ||
"firefox/latest", | ||
"safari/latest", | ||
"iphone/6..lastest", | ||
"ipad/6..latest", | ||
"android-browser/latest" | ||
] | ||
}, | ||
"devDependencies": { | ||
@@ -72,7 +59,10 @@ "aggregate-bower": "^1.0.2", | ||
"test": "", | ||
"publish": "gulp tag", | ||
"publish": "spm publish && gulp tag", | ||
"lint": "gulp lint", | ||
"browser-test": "mocha-phantomjs http://localhost:$npm_package_config_port/tests/browser/runner.html", | ||
"browser-test-cover": "mocha-phantomjs -R node_modules/node-jscover/lib/reporters/mocha/console http://localhost:$npm_package_config_port/tests/browser/runner.html?coverage" | ||
}, | ||
"spm":{ | ||
"output": ["lib/locale/*.js"] | ||
} | ||
} |
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
1785
68286