UNPKG

insert-style-link

Version:

Insert, switch or shift a stylesheet <link />

33 lines (32 loc) 643 B
{ "name": "insert-style-link", "author": "Zheeeng <hi@zheeeng.me>", "description": "Insert, switch or shift a stylesheet <link />", "keywords": [ "style", "style-sheet", "style-link", "css", "head", "dom", "browser", "insert style", "inject style" ], "repository": "https://github.com/zheeeng/insert-style-link", "version": "1.0.1", "license": "MIT", "main": "index.js", "scripts": { "prepublishOnly": "pnpm run build", "build": "tsc -p tsconfig.json" }, "files": [ "*.js", "*.d.ts" ], "devDependencies": { "pnpm": "^6.15.1", "typescript": "^4.4.3" } }