@bbob/html
Advanced tools
Comparing version 0.0.0-alpha.8b57a48 to 0.0.0-alpha.9f6dc1f
{ | ||
"name": "@bbob/html", | ||
"version": "0.0.0-alpha.8b57a48", | ||
"version": "0.0.0-alpha.9f6dc1f", | ||
"description": "A BBCode to HTML Renderer part of @bbob", | ||
@@ -41,2 +41,15 @@ "keywords": [ | ||
}, | ||
"scripts": { | ||
"build:commonjs": "pkg-task", | ||
"build:es": "pkg-task", | ||
"build:umd": "pkg-task", | ||
"build": "pkg-task", | ||
"test": "pkg-task", | ||
"cover": "pkg-task", | ||
"lint": "pkg-task", | ||
"size": "pkg-task", | ||
"bundlesize": "pkg-task", | ||
"types": "pkg-task", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"size-limit": [ | ||
@@ -62,15 +75,3 @@ { | ||
"es" | ||
], | ||
"scripts": { | ||
"build:commonjs": "pkg-task", | ||
"build:es": "pkg-task", | ||
"build:umd": "pkg-task", | ||
"build": "pkg-task", | ||
"test": "pkg-task", | ||
"cover": "pkg-task", | ||
"lint": "pkg-task", | ||
"size": "pkg-task", | ||
"bundlesize": "pkg-task", | ||
"types": "pkg-task" | ||
} | ||
} | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55027
7