@holiday-jp/holiday_jp
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -19,3 +19,3 @@ # holiday_jp [![Build Status](https://travis-ci.org/holiday-jp/holiday_jp.svg?branch=master)](https://travis-ci.org/holiday-jp/holiday_jp) [![GitHub release](https://img.shields.io/github/release/holiday-jp/holiday_jp.svg)](https://github.com/holiday-jp/holiday_jp/releases) | ||
| [PHP](https://github.com/holiday-jp/holiday_jp-php) | v1.x | v2.x | | ||
| [Java](https://github.com/holiday-jp/holiday_jp-java) | - | v0.1.x | | ||
| [Java](https://github.com/holiday-jp/holiday_jp-java) | - | v2.x | | ||
| [Swift](https://github.com/holiday-jp/holiday_jp-swift) | v0.1.x | v0.2.x | | ||
@@ -22,0 +22,0 @@ | [Go](https://github.com/holiday-jp/holiday_jp-go) | - | master | |
{ | ||
"name": "@holiday-jp/holiday_jp", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Japanese holidays", | ||
@@ -8,4 +8,4 @@ "main": "release/holiday_jp.js", | ||
"test": "mocha --require should test/*.js", | ||
"generate": "git submodule update; cd holiday_jp/; git pull origin master; cd ../; node scripts/generate.js", | ||
"build": "npm run generate; webpack lib/holiday_jp.js scripts/holiday_jp_webpacked.js; node scripts/build.js;rm scripts/holiday_jp_webpacked.js;cd ./release/; uglifyjs holiday_jp.js -c -m --source-map -o holiday_jp.min.js" | ||
"generate": "git submodule update; cd holiday_jp/; git fetch origin master; git reset --hard origin/master; cd ../; node scripts/generate.js", | ||
"build": "npm run generate; webpack; node scripts/build.js;rm scripts/holiday_jp_webpacked.js;cd ./release/; uglifyjs holiday_jp.js -c -m --source-map -o holiday_jp.min.js" | ||
}, | ||
@@ -26,11 +26,10 @@ "repository": { | ||
"devDependencies": { | ||
"chai": ">= 1.3.0", | ||
"js-yaml": ">= 1.0.3", | ||
"mocha": ">= 1.7.0", | ||
"moment": "*", | ||
"octopublish": "^0.6.0", | ||
"chai": "^4.2.0", | ||
"js-yaml": "^3.12.0", | ||
"mocha": "^5.2.0", | ||
"moment": "^2.23.0", | ||
"should": "~1.2.2", | ||
"uglify-js": "*", | ||
"webpack": "*" | ||
"uglify-js": "^3.4.9", | ||
"webpack": "^4.28.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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 not supported yet
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
1023887
7
30
10353