doctype-to-string
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "doctype-to-string", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Convert a DOM DocumentType into a string, e.g. \"<!DOCTYPE html>\"", | ||
"keywords": [ | ||
"dom" | ||
], | ||
"homepage": "https://code.treora.com/gerben/doctype-to-string", | ||
"repository": { | ||
@@ -9,6 +13,8 @@ "type": "git", | ||
}, | ||
"main": "lib", | ||
"main": "lib/index.js", | ||
"module": "src/index.js", | ||
"types": "src/index.d.ts", | ||
"scripts": { | ||
"build": "babel -d lib src", | ||
"postpublish": "publish-to-git --force && publish-to-git --force --tag latest", | ||
"postpublish": "publish-to-git --force", | ||
"prepublish": "npm run build", | ||
@@ -20,3 +26,4 @@ "test": "ava" | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"src" | ||
], | ||
@@ -23,0 +30,0 @@ "devDependencies": { |
@@ -11,2 +11,4 @@ # doctype-to-string | ||
..or | ||
npm install doctype-to-string@latest | ||
@@ -13,0 +15,0 @@ |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3641
5
43
1
26