Skip to content

Commit c324a7b

Browse files
committed
Bump up version number
1 parent 56577f9 commit c324a7b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

lib/holidays.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated from holidays.yml at 2018-02-19 18:03:29;
1+
// Generated from holidays.yml at 2018-02-19 18:09:25;
22
var holidays = {};
33
holidays['1970-01-01'] = {
44
'date': '1970-01-01',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@holiday-jp/holiday_jp",
3-
"version": "1.4.0",
3+
"version": "2.0.0",
44
"description": "Japanese holidays",
55
"main": "release/holiday_jp.js",
66
"scripts": {

release/holiday_jp.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,13 @@ module.exports = holiday_jp;
115115
/* 1 */
116116
/***/ (function(module, exports) {
117117

118-
module.exports = {"name":"@holiday-jp/holiday_jp","version":"1.4.0","description":"Japanese holidays","main":"release/holiday_jp.js","scripts":{"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"},"repository":{"type":"git","url":"https://github.com/holiday-jp/holiday_jp-js"},"keywords":["holidays"],"author":"Ken'ichiro Oyama","license":"MIT","bugs":{"url":"https://github.com/holiday-jp/holiday_jp-js/issues"},"homepage":"https://github.com/holiday-jp/holiday_jp-js","devDependencies":{"chai":">= 1.3.0","js-yaml":">= 1.0.3","mocha":">= 1.7.0","moment":"*","octopublish":"^0.6.0","should":"~1.2.2","uglify-js":"*","webpack":"*"}}
118+
module.exports = {"name":"@holiday-jp/holiday_jp","version":"2.0.0","description":"Japanese holidays","main":"release/holiday_jp.js","scripts":{"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"},"repository":{"type":"git","url":"https://github.com/holiday-jp/holiday_jp-js"},"keywords":["holidays"],"author":"Ken'ichiro Oyama","license":"MIT","bugs":{"url":"https://github.com/holiday-jp/holiday_jp-js/issues"},"homepage":"https://github.com/holiday-jp/holiday_jp-js","devDependencies":{"chai":">= 1.3.0","js-yaml":">= 1.0.3","mocha":">= 1.7.0","moment":"*","octopublish":"^0.6.0","should":"~1.2.2","uglify-js":"*","webpack":"*"}}
119119

120120
/***/ }),
121121
/* 2 */
122122
/***/ (function(module, exports) {
123123

124-
// Generated from holidays.yml at 2018-02-19 18:03:29;
124+
// Generated from holidays.yml at 2018-02-19 18:09:25;
125125
var holidays = {};
126126
holidays['1970-01-01'] = {
127127
'date': '1970-01-01',

release/holiday_jp.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)