소스 검색

New version: 2.1.0.

Eugene Lazutkin 7 년 전
부모
커밋
bd526243a6
3개의 변경된 파일3개의 추가작업 그리고 22개의 파일을 삭제
  1. 1 1
      package-lock.json
  2. 2 1
      package.json
  3. 0 20
      yarn.lock

+ 1 - 1
package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "stream-chain",
-  "version": "2.0.3",
+  "version": "2.1.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {

+ 2 - 1
package.json

@@ -1,9 +1,10 @@
 {
   "name": "stream-chain",
-  "version": "2.0.3",
+  "version": "2.1.0",
   "description": "Chain functions as transform streams.",
   "main": "index.js",
   "scripts": {
+    "debug": "node --inspect-brk tests/tests.js",
     "test": "node tests/tests.js"
   },
   "repository": {

+ 0 - 20
yarn.lock

@@ -1,20 +0,0 @@
-# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
-# yarn lockfile v1
-
-
-heya-ice@>=0.1, heya-ice@^0.1.11:
-  version "0.1.11"
-  resolved "https://registry.yarnpkg.com/heya-ice/-/heya-ice-0.1.11.tgz#5d6da59c60b59c7023a83470fb6e9771d7705849"
-
-heya-unify@>=0.2:
-  version "0.2.7"
-  resolved "https://registry.yarnpkg.com/heya-unify/-/heya-unify-0.2.7.tgz#ce5775d521ef19dff3a571dc23c33d8b3ef32aa9"
-  dependencies:
-    heya-ice "^0.1.11"
-
-heya-unit@^0.3.0:
-  version "0.3.0"
-  resolved "https://registry.yarnpkg.com/heya-unit/-/heya-unit-0.3.0.tgz#797478208c819d4c5b7fe356ac4c1b84eebbb9b7"
-  dependencies:
-    heya-ice ">=0.1"
-    heya-unify ">=0.2"