UNPKG

eligrey-classlist-js-polyfill

Version:

Cross-browser JavaScript shim that fully implements element.classList (referenced on MDN)

29 lines (28 loc) 738 B
{ "name": "eligrey-classlist-js-polyfill", "version": "1.2.20180112", "description": "Cross-browser JavaScript shim that fully implements element.classList (referenced on MDN)", "main": "classList.js", "directories": { "test": "tests" }, "scripts": { "test": "bash ./script/test" }, "repository": { "type": "git", "url": "git://github.com/englishextra/eligrey-classlist-js-polyfill.git" }, "keywords": [ "classList", "polyfill", "shim", "cross-browser" ], "author": "me@eligrey.com", "license": "Unlicense", "bugs": { "url": "https://github.com/eligrey/classList.js/issues" }, "homepage": "https://github.com/eligrey/classList.js#readme" }