@js-joda/timezone
Advanced tools
Comparing version 2.8.0 to 2.9.0
@@ -6,2 +6,7 @@ Changelog | ||
### 2.9.0 | ||
* [#567](https://github.com/js-joda/js-joda/pull/567) Remove generated distributions files from git ([@pithu](https://github.com/pithu)) | ||
* [#564](https://github.com/js-joda/js-joda/pull/564) Fix travis for PR's from forks ([@pithu](https://github.com/pithu)) | ||
### 2.8.0 | ||
@@ -8,0 +13,0 @@ |
@@ -1,2 +0,2 @@ | ||
//! @version @js-joda/timezone-2.8.0 | ||
//! @version @js-joda/timezone-2.9.0 | ||
//! @copyright (c) 2015-present, Philipp Thürwächter, Pattrick Hüper & js-joda contributors | ||
@@ -3,0 +3,0 @@ //! @license BSD-3-Clause (see LICENSE in the root directory of this source tree) |
{ | ||
"name": "@js-joda/timezone", | ||
"version": "2.8.0", | ||
"version": "2.9.0", | ||
"description": "iana tzdb timezone bindings for js-joda", | ||
"typings": "dist/js-joda-timezone.d.ts", | ||
"typings": "typings/js-joda-timezone.d.ts", | ||
"main": "dist/js-joda-timezone.js", | ||
@@ -10,2 +10,3 @@ "files": [ | ||
"src", | ||
"typings", | ||
"bower.json", | ||
@@ -16,3 +17,3 @@ "CHANGELOG.md", | ||
"scripts": { | ||
"version": "npm run build-dist", | ||
"prepublishOnly": "npm run build-dist", | ||
"test": "npx mocha --timeout 5000 --require @babel/register ./test/*Test.js ./test/**/*Test.js", | ||
@@ -50,3 +51,3 @@ "test-coverage": "NODE_ENV=test COVERAGE=1 npx nyc --report-dir=build/coverage --reporter=lcov --reporter html npx mocha --timeout 5000 --require @babel/register --reporter progress ./test/*Test.js ./test/**/*Test.js ./test/**/**/*Test.js", | ||
"devDependencies": { | ||
"@js-joda/core": "^4.2.1" | ||
"@js-joda/core": "^4.3.0" | ||
}, | ||
@@ -58,3 +59,3 @@ "license": "BSD-3-Clause", | ||
"homepage": "https://github.com/js-joda/js-joda-timezone#readme", | ||
"gitHead": "19eda501af517e23e00080c625fe1c0b3bc676b8" | ||
"gitHead": "cdc181e107e04638303605e304e78eaba5864ea0" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1270527
31