Browse Source

New release: 2.2.3.

Restricted published package size.
Eugene Lazutkin 5 năm trước cách đây
mục cha
commit
ba8008379f
3 tập tin đã thay đổi với 8 bổ sung3 xóa
  1. 1 0
      README.md
  2. 1 1
      package-lock.json
  3. 6 2
      package.json

+ 1 - 0
README.md

@@ -317,6 +317,7 @@ Following static methods are available:
 
 ## Release History
 
+- 2.2.3 *Technical release. No need to upgrade.*
 - 2.2.2 *Technical release. No need to upgrade.*
 - 2.2.1 *Technical release: new symbols namespace, explicit license (thx [Keen Yee Liau](https://github.com/kyliau)), added Greenkeeper.*
 - 2.2.0 *Added utilities: `take`, `takeWhile`, `skip`, `skipWhile`, `fold`, `scan`, `Reduce`, `comp`.*

+ 1 - 1
package-lock.json

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

+ 6 - 2
package.json

@@ -1,6 +1,6 @@
 {
   "name": "stream-chain",
-  "version": "2.2.2",
+  "version": "2.2.3",
   "description": "Chain functions as transform streams.",
   "main": "index.js",
   "scripts": {
@@ -23,5 +23,9 @@
   "homepage": "https://github.com/uhop/stream-chain#readme",
   "devDependencies": {
     "heya-unit": "^0.3.0"
-  }
+  },
+  "files": [
+    "/*.js",
+    "/utils"
+  ]
 }