UNPKG

@publidata/utils-custom-element

Version:

Polifill to allow using HTML custom elements in Safari

28 lines (27 loc) 685 B
{ "name": "@publidata/utils-custom-element", "version": "1.0.0", "description": "Polifill to allow using HTML custom elements in Safari", "main": "./dist/custom-element.js", "scripts": { "prepublishOnly": "rm -rf dist && yarn build", "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack" }, "repository": { "type": "git", "url": "git+https://github.com/Publidata/publidata-packages/tree/master/packages/utils-custom-element" }, "keywords": [ "Publidata", "polifill", "Safari", "custom-element", "HTML5" ], "author": "Publidata", "license": "MIT", "devDependencies": { "webpack": "^4.43.0" } }