@js-joda/core
Advanced tools
Comparing version 4.2.1 to 4.3.0
@@ -6,2 +6,7 @@ Changelog | ||
### 4.3.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)) | ||
### 4.2.1 | ||
@@ -8,0 +13,0 @@ |
{ | ||
"name": "@js-joda/core", | ||
"version": "4.2.1", | ||
"version": "4.3.0", | ||
"description": "a date and time library for javascript", | ||
@@ -9,15 +9,24 @@ "repository": { | ||
}, | ||
"author": "pithu", | ||
"contributors": [ | ||
"pithu", | ||
"phueper" | ||
], | ||
"homepage": "https://js-joda.github.io/js-joda", | ||
"license": "BSD-3-Clause", | ||
"bugs": { | ||
"url": "https://github.com/js-joda/js-joda/issues" | ||
}, | ||
"main": "dist/js-joda.js", | ||
"module": "dist/js-joda.esm.js", | ||
"typings": "dist/js-joda.d.ts", | ||
"typings": "typings/js-joda.d.ts", | ||
"files": [ | ||
"dist", | ||
"src", | ||
"bower.json", | ||
"typings", | ||
"CHANGELOG.md", | ||
"CheatSheet.md", | ||
"README.md" | ||
], | ||
"scripts": { | ||
"version": "npm run build-dist", | ||
"prepublishOnly": "npm run build-dist", | ||
"test": "NODE_ENV=test npx mocha --timeout 5000 --require @babel/register ./test/*Test_mochaOnly.js ./test/*Test.js ./test/**/*Test.js ./test/**/**/*Test.js", | ||
@@ -43,6 +52,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", | ||
}, | ||
"author": "pithu", | ||
"homepage": "https://js-joda.github.io/js-joda", | ||
"license": "BSD-3-Clause", | ||
"gitHead": "485c4b2be852563615e2d2a8c3f0bca22d86bcd4" | ||
"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
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
0
4003235
85
56102