UNPKG

substr-polyfill

Version:

Modular polyfill for substr(-1) for IE browsers. Respectfully modified from MDN and added to a module.

26 lines (25 loc) 656 B
{ "name": "substr-polyfill", "version": "1.0.0", "description": "Modular polyfill for substr(-1) for IE browsers. Respectfully modified from MDN and added to a module.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/tommymessbauer/substr-polyfill.git" }, "keywords": [ "substr", "ie", "ie8", "ie7" ], "author": "Tommy Messbauer", "license": "MIT", "bugs": { "url": "https://github.com/tommymessbauer/substr-polyfill/issues" }, "homepage": "https://github.com/tommymessbauer/substr-polyfill" }