Comparing version 1.0.6 to 1.0.7
@@ -7,1 +7,2 @@ "use strict"; | ||
__export(require("./saxWasm")); | ||
//# sourceMappingURL=index.js.map |
@@ -104,1 +104,2 @@ "use strict"; | ||
} | ||
//# sourceMappingURL=saxWasm.js.map |
{ | ||
"name": "sax-wasm", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"repository": "https://github.com/justinwilaby/sax-wasm", | ||
@@ -8,3 +8,5 @@ "description": "An extremely fast JSX, HTML and XML parser written in Rust compiled to WebAssembly for Node and the Web", | ||
"files": [ | ||
"lib" | ||
"lib/index.js", | ||
"lib/saxWasm.js", | ||
"lib/sax-wasm.wasm" | ||
], | ||
@@ -32,3 +34,3 @@ "scripts": { | ||
"jest": "^23.4.2", | ||
"ts-jest": "^23.1.2", | ||
"ts-jest": "^23.1.3", | ||
"typescript": "^3.0.1" | ||
@@ -35,0 +37,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
66674