elm-root-defender
Version:
Protect the root of your Elm Document or Application from things that mutate HTML body tags
23 lines (22 loc) • 460 B
JSON
{
"name": "elm-root-defender",
"version": "1.0.3",
"description": "Protect the root of your Elm Document or Application from things that mutate HTML body tags",
"main": "index.js",
"scripts": {
"test": "cd test; ./run.sh"
},
"keywords": [
"Elm",
"document",
"root",
"application",
"webpack",
"virtual-DOM"
],
"author": "Ethan B. Martin",
"license": "ISC",
"peerDependencies": {
"webpack": "^4 || ^5"
}
}