parse-node-args
Advanced tools
+3
-4
| { | ||
| "name": "parse-node-args", | ||
| "description": "Extract node cli options from a list of flags.", | ||
| "version": "1.1.2", | ||
| "version": "1.1.3", | ||
| "author": "Dylan Piercey <dpiercey@ebay.com>", | ||
@@ -11,3 +11,3 @@ "browser": { | ||
| "dependencies": { | ||
| "@babel/runtime": "7.1.2" | ||
| "@babel/runtime": "^7.1.2" | ||
| }, | ||
@@ -30,4 +30,3 @@ "files": [ | ||
| "url": "https://github.com/marko-js/utils/tree/master/packages/parse-node-args" | ||
| }, | ||
| "gitHead": "a489fa8003e100a7cdfdc7cd2d16533afb3f17f4" | ||
| } | ||
| } |
-31
| # Change Log | ||
| All notable changes to this project will be documented in this file. | ||
| See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
| ## [1.1.2](https://github.com/marko-js/utils/tree/master/packages/parse-node-args/compare/parse-node-args@1.1.1...parse-node-args@1.1.2) (2018-10-16) | ||
| ### Bug Fixes | ||
| * upgrade deps ([8abfad1](https://github.com/marko-js/utils/tree/master/packages/parse-node-args/commit/8abfad1)) | ||
| <a name="1.1.1"></a> | ||
| ## [1.1.1](https://github.com/marko-js/utils/tree/master/packages/parse-node-args/compare/parse-node-args@1.1.0...parse-node-args@1.1.1) (2018-06-04) | ||
| **Note:** Version bump only for package parse-node-args | ||
| <a name="1.1.0"></a> | ||
| # 1.1.0 (2018-05-23) | ||
| ### Features | ||
| * add new package 'parse-node-args' ([#1](https://github.com/marko-js/utils/tree/master/packages/parse-node-args/issues/1)) ([b4ab5d3](https://github.com/marko-js/utils/tree/master/packages/parse-node-args/commit/b4ab5d3)) |
-21
| MIT License | ||
| Copyright (c) 2018 eBay Inc. and contributors | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE. |
2810
-42.83%4
-33.33%+ Added
- Removed
- Removed
Updated