Skip to content

Commit 50fec4a

Browse files
committed
npm run build to update info
1 parent 94691a9 commit 50fec4a

5 files changed

Lines changed: 6 additions & 6 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 17:21:38;
1+
// Generated from holidays.yml at 2018-02-19 18:12:16;
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": "1.4.1",
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","version":"1.3.1","description":"Japanese holidays","main":"release/holiday_jp.js","scripts":{"test":"mocha --require should test/*.js","generate":"git submodule update; cd holiday_jp/; git checkout v0.9.0; 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.5.0","should":"~1.2.2","uglify-js":"*","webpack":"*"}}
118+
module.exports = {"name":"@holiday-jp/holiday_jp","version":"1.4.1","description":"Japanese holidays","main":"release/holiday_jp.js","scripts":{"test":"mocha --require should test/*.js","generate":"git submodule update; cd holiday_jp/; git checkout v0.9.0; 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.5.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 17:21:38;
124+
// Generated from holidays.yml at 2018-02-19 18:12:16;
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.

release/holiday_jp.min.js.map

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)