|
@@ -1,8 +1,9 @@
|
|
|
{
|
|
{
|
|
|
"name": "stream-chain",
|
|
"name": "stream-chain",
|
|
|
- "version": "2.2.3",
|
|
|
|
|
|
|
+ "version": "3.0.0",
|
|
|
"description": "Chain functions as transform streams.",
|
|
"description": "Chain functions as transform streams.",
|
|
|
- "main": "index.js",
|
|
|
|
|
|
|
+ "type": "commonjs",
|
|
|
|
|
+ "main": "src/index.js",
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
"debug": "node --inspect-brk tests/tests.js",
|
|
"debug": "node --inspect-brk tests/tests.js",
|
|
|
"test": "node tests/tests.js"
|
|
"test": "node tests/tests.js"
|