async-readable
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "async-readable", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Async read for NodeJS.ReadableStream", | ||
"type": "module", | ||
"main": "index.cjs", | ||
@@ -12,3 +11,3 @@ "module": "index.mjs", | ||
"prepublishOnly": "mv ./dist/* ./", | ||
"build": "rollup -c --environment OUT:./dist && tsc --emitDeclarationOnly", | ||
"build": "rollup -c && tsc --emitDeclarationOnly", | ||
"ver": "echo ${npm_package_name}@${npm_package_version}", | ||
@@ -31,11 +30,11 @@ "test": "jest --ci --coverage" | ||
"@types/jest": "^24.0.15", | ||
"@types/node": "^12.0.10", | ||
"@types/node": "^12.6.8", | ||
"jest": "^24.8.0", | ||
"jest-junit": "^6.4.0", | ||
"rollup": "^1.16.2", | ||
"rollup": "^1.17.0", | ||
"rollup-plugin-typescript": "^1.0.1", | ||
"ts-jest": "^24.0.2", | ||
"tslib": "^1.10.0", | ||
"typescript": "^3.5.2" | ||
"typescript": "^3.5.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
6317
No