Comparing version 0.1.1 to 1.0.0
'use strict'; | ||
var argv = require('minimist')(process.argv.slice(2)); | ||
@@ -4,0 +3,0 @@ var stdin = require('get-stdin'); |
{ | ||
"name": "taketalk", | ||
"version": "0.1.1", | ||
"description": "Take talk.", | ||
"main": "index.js", | ||
"version": "1.0.0", | ||
"description": "Ever wanted a bin for your node module?", | ||
"repository": "stephenplusplus/taketalk", | ||
@@ -18,9 +17,8 @@ "keywords": [ | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/stephenplusplus/taketalk/issues" | ||
}, | ||
"homepage": "https://github.com/stephenplusplus/taketalk", | ||
"files": [ | ||
"index.js" | ||
], | ||
"dependencies": { | ||
"get-stdin": "^0.1.0", | ||
"minimist": "^0.1.0" | ||
"get-stdin": "^4.0.1", | ||
"minimist": "^1.1.0" | ||
}, | ||
@@ -27,0 +25,0 @@ "devDependencies": { |
# taketalk | ||
> ever wanted a bin for your node module? | ||
## Installation & Usage | ||
```sh | ||
> Ever wanted a bin for your node module? | ||
## Install | ||
``` | ||
$ npm install --save taketalk | ||
``` | ||
## Usage | ||
```js | ||
@@ -28,3 +34,5 @@ #!/usr/bin/env node | ||
## License | ||
[MIT](http://opensource.org/licenses/MIT) © Stephen Sawchuk | ||
MIT © Stephen Sawchuk |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
38
2033
3
34
2
+ Addedget-stdin@4.0.1(transitive)
+ Addedminimist@1.2.8(transitive)
- Removedget-stdin@0.1.0(transitive)
- Removedminimist@0.1.0(transitive)
Updatedget-stdin@^4.0.1
Updatedminimist@^1.1.0