Comparing version 4.2.1 to 4.2.2
{ | ||
"name": "devalue", | ||
"description": "Gets the job done when JSON.stringify can't", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"repository": "Rich-Harris/devalue", | ||
@@ -13,3 +13,2 @@ "exports": { | ||
}, | ||
"main": "index.js", | ||
"files": [ | ||
@@ -22,2 +21,3 @@ "index.js", | ||
"devDependencies": { | ||
"publint": "^0.1.7", | ||
"typescript": "^3.1.3", | ||
@@ -29,3 +29,3 @@ "uvu": "^0.5.6" | ||
"test": "uvu test", | ||
"prepublishOnly": "npm test && npm run build" | ||
"prepublishOnly": "npm test && publint && npm run build" | ||
}, | ||
@@ -32,0 +32,0 @@ "license": "MIT", |
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
23263
3