Skip to content

Commit

Permalink
Bump up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Feb 20, 2018
1 parent 8ee52e2 commit 6eb48e0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/holidays.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated from holidays.yml at 2018-02-21 00:19:16;
// Generated from holidays.yml at 2018-02-21 00:26:24;
var holidays = {};
holidays['1970-01-01'] = {
'date': '1970-01-01',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@holiday-jp/holiday_jp",
"version": "2.0.0",
"version": "2.0.1",
"description": "Japanese holidays",
"main": "release/holiday_jp.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions release/holiday_jp.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,13 @@ module.exports = holiday_jp;
/* 1 */
/***/ (function(module, exports) {

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":"*"}}
module.exports = {"name":"@holiday-jp/holiday_jp","version":"2.0.1","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":"*"}}

/***/ }),
/* 2 */
/***/ (function(module, exports) {

// Generated from holidays.yml at 2018-02-21 00:19:16;
// Generated from holidays.yml at 2018-02-21 00:26:24;
var holidays = {};
holidays['1970-01-01'] = {
'date': '1970-01-01',
Expand Down
2 changes: 1 addition & 1 deletion release/holiday_jp.min.js

Large diffs are not rendered by default.

0 comments on commit 6eb48e0

Please sign in to comment.