get-dom-document
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "get-dom-document", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"type": "commonjs", | ||
"main": "./lib/get-dom-document.node.js", | ||
"module": "./lib/get-dom-document.node.mjs", | ||
"browser": "./lib/get-dom-document.browser.js", | ||
@@ -35,2 +34,5 @@ "types": "./lib/get-dom-document.d.ts", | ||
], | ||
"scripts": { | ||
"release": "bumpp && npm publish" | ||
}, | ||
"peerDependencies": { | ||
@@ -46,6 +48,3 @@ "jsdom": "*" | ||
"bumpp": "^8.2.1" | ||
}, | ||
"scripts": { | ||
"release": "bumpp && npm publish" | ||
} | ||
} | ||
} |
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
4767