Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged pull request #410 from @adgrace #819

Merged
merged 8 commits into from Feb 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 5 additions & 1 deletion Gruntfile.js
Expand Up @@ -5,7 +5,11 @@ module.exports = function(grunt) {
grunt.initConfig({
nodeunit : {
zones : [
"tests/zones/**/*.js"
"tests/zones/**/*.js",
"tests/countries/*.js"
],
countries: [
"tests/countries/*.js"
],
core : [
"tests/moment-timezone/*.js"
Expand Down
517 changes: 415 additions & 102 deletions builds/moment-timezone-with-data-10-year-range.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/moment-timezone-with-data-10-year-range.min.js

Large diffs are not rendered by default.

413 changes: 363 additions & 50 deletions builds/moment-timezone-with-data-1970-2030.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/moment-timezone-with-data-1970-2030.min.js

Large diffs are not rendered by default.