From 6fed5e1353dbbeed19337b09b66b0e9854edbb38 Mon Sep 17 00:00:00 2001 From: englishextra Date: Fri, 12 Jan 2018 15:50:03 +0300 Subject: [PATCH 1/2] changed to 1.2.201711092 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c7ab5df..91bdd29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "classlist.js", - "version": "1.1.20170112", + "version": "1.2.201711092", "description": "Cross-browser JavaScript shim that fully implements element.classList (referenced on MDN)", "main": "classList.js", "directories": { From cc35e7360a74477245a224fa0eeb60b1a159ac51 Mon Sep 17 00:00:00 2001 From: englishextra Date: Fri, 12 Jan 2018 15:52:50 +0300 Subject: [PATCH 2/2] fixed repo url --- .npm-publish.bat | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .npm-publish.bat diff --git a/.npm-publish.bat b/.npm-publish.bat new file mode 100644 index 0000000..8ee1bc7 --- /dev/null +++ b/.npm-publish.bat @@ -0,0 +1 @@ +npm publish diff --git a/package.json b/package.json index 91bdd29..e3d3cd0 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/eligrey/classList.js.git" + "url": "git://github.com/englishextra/eligrey-classlist-js-polyfill.git" }, "keywords": [ "classList",