ソースを参照

Updated the package.

Eugene Lazutkin 3 年 前
コミット
e406e6ce08
1 ファイル変更3 行追加2 行削除
  1. 3 2
      package.json

+ 3 - 2
package.json

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