Skip to content

Commit

Permalink
v1.22.1: fix dev-dependencies listed as dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Rogier Schouten committed Sep 21, 2015
1 parent 4928765 commit b702650
Show file tree
Hide file tree
Showing 28 changed files with 41 additions and 39 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,9 @@ The version of the included IANA time zone database is 2015f.

## Changelog

### 1.22.1 (2015-09-21)
* Bugfix: dev-dependencies were listed as dependencies

### 1.22.0 (2015-09-16)
* Add a method to TzDatabase to get a list of all zone names

Expand Down
3 changes: 2 additions & 1 deletion dist/timezonecomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -5624,7 +5624,8 @@ var TzDatabase = (function () {
var onWeekDay = this.parseOnWeekDay(rule[4]);
var monthName = rule[3];
var monthNumber = monthNameToString(monthName);
result.push(new RuleInfo(fromYear, toType, toYear, rule[2], monthNumber, onType, onDay, onWeekDay, math.positiveModulo(parseInt(rule[5][0], 10), 24), math.positiveModulo(parseInt(rule[5][1], 10), 60), math.positiveModulo(parseInt(rule[5][2], 10), 60), this.parseAtType(rule[5][3]), Duration.minutes(parseInt(rule[6], 10)), rule[7] === "-" ? "" : rule[7]));
result.push(new RuleInfo(fromYear, toType, toYear, rule[2], monthNumber, onType, onDay, onWeekDay, math.positiveModulo(parseInt(rule[5][0], 10), 24), // note the database sometimes contains "24" as hour value
math.positiveModulo(parseInt(rule[5][1], 10), 60), math.positiveModulo(parseInt(rule[5][2], 10), 60), this.parseAtType(rule[5][3]), Duration.minutes(parseInt(rule[6], 10)), rule[7] === "-" ? "" : rule[7]));
}
result.sort(function (a, b) {
/* istanbul ignore if */
Expand Down
6 changes: 3 additions & 3 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -943,9 +943,9 @@ <h3 id="1-0-0-2014-06-26-">1.0.0 (2014-06-26)</h3>
</ul>
<h2 id="contributors">Contributors</h2>
<ul>
<li>Rogier Schouten <a href="&#x6d;&#97;&#105;&#108;&#116;&#111;&#x3a;&#x72;&#46;&#x73;&#99;&#104;&#x6f;&#117;&#x74;&#101;&#110;&#x40;&#115;&#x70;&#105;&#114;&#x69;&#116;&#x69;&#116;&#x2e;&#x63;&#111;&#109;">&#x72;&#46;&#x73;&#99;&#104;&#x6f;&#117;&#x74;&#101;&#110;&#x40;&#115;&#x70;&#105;&#114;&#x69;&#116;&#x69;&#116;&#x2e;&#x63;&#111;&#109;</a></li>
<li>Daan Wissing <a href="&#x6d;&#97;&#x69;&#108;&#116;&#x6f;&#58;&#x64;&#46;&#119;&#105;&#115;&#115;&#x69;&#x6e;&#103;&#x40;&#x73;&#x70;&#x69;&#x72;&#x69;&#116;&#x69;&#116;&#x2e;&#x63;&#111;&#x6d;">&#x64;&#46;&#119;&#105;&#115;&#115;&#x69;&#x6e;&#103;&#x40;&#x73;&#x70;&#x69;&#x72;&#x69;&#116;&#x69;&#116;&#x2e;&#x63;&#111;&#x6d;</a></li>
<li>Peter Kooijmans <a href="&#109;&#x61;&#x69;&#108;&#116;&#x6f;&#58;&#112;&#46;&#107;&#111;&#x6f;&#x69;&#x6a;&#x6d;&#x61;&#110;&#115;&#x40;&#115;&#112;&#105;&#x72;&#x69;&#x74;&#105;&#x74;&#x2e;&#x63;&#111;&#109;">&#112;&#46;&#107;&#111;&#x6f;&#x69;&#x6a;&#x6d;&#x61;&#110;&#115;&#x40;&#115;&#112;&#105;&#x72;&#x69;&#x74;&#105;&#x74;&#x2e;&#x63;&#111;&#109;</a></li>
<li>Rogier Schouten <a href="&#109;&#97;&#x69;&#108;&#116;&#x6f;&#58;&#x72;&#46;&#115;&#x63;&#104;&#111;&#x75;&#x74;&#x65;&#x6e;&#x40;&#x73;&#112;&#x69;&#114;&#105;&#116;&#x69;&#116;&#x2e;&#99;&#x6f;&#109;">&#x72;&#46;&#115;&#x63;&#104;&#111;&#x75;&#x74;&#x65;&#x6e;&#x40;&#x73;&#112;&#x69;&#114;&#105;&#116;&#x69;&#116;&#x2e;&#99;&#x6f;&#109;</a></li>
<li>Daan Wissing <a href="&#x6d;&#x61;&#105;&#108;&#x74;&#x6f;&#58;&#100;&#x2e;&#119;&#x69;&#x73;&#115;&#x69;&#110;&#x67;&#x40;&#x73;&#112;&#x69;&#114;&#105;&#x74;&#105;&#x74;&#x2e;&#x63;&#x6f;&#x6d;">&#100;&#x2e;&#119;&#x69;&#x73;&#115;&#x69;&#110;&#x67;&#x40;&#x73;&#112;&#x69;&#114;&#105;&#x74;&#105;&#x74;&#x2e;&#x63;&#x6f;&#x6d;</a></li>
<li>Peter Kooijmans <a href="&#x6d;&#x61;&#105;&#x6c;&#116;&#x6f;&#x3a;&#x70;&#46;&#107;&#111;&#x6f;&#105;&#106;&#x6d;&#97;&#x6e;&#115;&#x40;&#x73;&#112;&#x69;&#114;&#x69;&#116;&#x69;&#x74;&#x2e;&#x63;&#111;&#109;">&#x70;&#46;&#107;&#111;&#x6f;&#105;&#106;&#x6d;&#97;&#x6e;&#115;&#x40;&#x73;&#112;&#x69;&#114;&#x69;&#116;&#x69;&#x74;&#x2e;&#x63;&#111;&#109;</a></li>
</ul>
<h2 id="license">License</h2>
<p>MIT</p>
Expand Down
2 changes: 1 addition & 1 deletion lib/basics.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/datetime.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/duration.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/format.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/globals.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b702650

Please sign in to comment.