@gerhobbelt/nomnom
Advanced tools
Comparing version 1.8.4-27 to 1.8.4-28
{ | ||
"name": "@gerhobbelt/nomnom", | ||
"description": "Option parser with generated usage and commands", | ||
"version": "1.8.4-27", | ||
"version": "1.8.4-28", | ||
"author": "Heather Arthur <fayearthur@gmail.com>", | ||
@@ -33,3 +33,3 @@ "contributors": [ | ||
"@gerhobbelt/linewrap": "0.2.2-3", | ||
"chalk": "2.4.1", | ||
"chalk": "2.4.2", | ||
"exit": "0.1.2" | ||
@@ -36,0 +36,0 @@ }, |
@@ -18,3 +18,3 @@ > | ||
```javascript | ||
var opts = require("nomnom") | ||
var opts = require("@gerhobbelt/nomnom") | ||
.option('debug', { | ||
@@ -46,3 +46,3 @@ abbr: 'd', | ||
```javascript | ||
var opts = require("nomnom").parse(); | ||
var opts = require("@gerhobbelt/nomnom").parse(); | ||
@@ -60,3 +60,3 @@ var url = opts[0]; // get the first positional arg | ||
npm install nomnom | ||
npm install @gerhobbelt/nomnom | ||
@@ -84,3 +84,3 @@ | ||
```javascript | ||
var parser = require("nomnom"); | ||
var parser = require("@gerhobbelt/nomnom"); | ||
@@ -121,3 +121,3 @@ parser.command('browser') | ||
```javascript | ||
var opts = require("nomnom") | ||
var opts = require("@gerhobbelt/nomnom") | ||
.script("runtests") | ||
@@ -124,0 +124,0 @@ .options({ |
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
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
61280
+ Addedchalk@2.4.2(transitive)
- Removedchalk@2.4.1(transitive)
Updatedchalk@2.4.2