From b3f73d70c003b276813e10b151c20b7495ccc0e5 Mon Sep 17 00:00:00 2001 From: GusDeCooL Date: Wed, 21 Sep 2016 15:32:56 +0800 Subject: [PATCH 1/3] add moment timezone import --- bower.json | 3 ++- moment-timezone-import.html | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 moment-timezone-import.html diff --git a/bower.json b/bower.json index 863c9e6..d36de36 100644 --- a/bower.json +++ b/bower.json @@ -15,7 +15,8 @@ ], "dependencies": { "moment": "^2.10.0", - "polymer": "Polymer/polymer#^1.1.0" + "polymer": "Polymer/polymer#^1.1.0", + "moment-timezone": "^0.5.5" }, "license": "MIT", "main": "moment-element.html", diff --git a/moment-timezone-import.html b/moment-timezone-import.html new file mode 100644 index 0000000..4986142 --- /dev/null +++ b/moment-timezone-import.html @@ -0,0 +1,2 @@ + + From ec723659fb1d7b8ebb493e77be66e3216c9fa35a Mon Sep 17 00:00:00 2001 From: GusDeCooL Date: Wed, 21 Sep 2016 16:06:33 +0800 Subject: [PATCH 2/3] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c7d564..4f7d594 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,4 @@ Provides the following import wrappers: * moment-import.html * moment-with-locales-import.html +* moment-timezone-import.html From 636b09f78dd488ff208c22e9259d53cac24e11f8 Mon Sep 17 00:00:00 2001 From: GusDeCooL Date: Wed, 21 Sep 2016 16:13:36 +0800 Subject: [PATCH 3/3] Update bower.json --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index d36de36..761a1f7 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "moment-element", - "version": "1.1.0", + "version": "1.1.2", "description": "Element wrapper for the moment.js library", "private": true, "authors": [