Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
New interface with renamed exports.

Credit: @silverwind
  • Loading branch information
iarna committed Mar 23, 2018
1 parent fb91528 commit 29089eb
Show file tree
Hide file tree
Showing 23 changed files with 420 additions and 620 deletions.
4 changes: 2 additions & 2 deletions lib/token.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const npm = require('./npm.js')
const output = require('./utils/output.js')
const Table = require('cli-table2')
const Bluebird = require('bluebird')
const isCidrV4 = require('is-cidr').isCidrV4
const isCidrV6 = require('is-cidr').isCidrV6
const isCidrV4 = require('is-cidr').v4
const isCidrV6 = require('is-cidr').v6
const readUserInfo = require('./utils/read-user-info.js')
const ansistyles = require('ansistyles')
const log = require('npmlog')
Expand Down
1 change: 0 additions & 1 deletion node_modules/is-cidr/.npmignore

This file was deleted.

21 changes: 0 additions & 21 deletions node_modules/is-cidr/.travis.yml

This file was deleted.

22 changes: 22 additions & 0 deletions node_modules/is-cidr/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

57 changes: 27 additions & 30 deletions node_modules/is-cidr/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 0 additions & 14 deletions node_modules/is-cidr/example/example.js

This file was deleted.

6 changes: 6 additions & 0 deletions node_modules/is-cidr/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 0 additions & 18 deletions node_modules/is-cidr/lib/index.js

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/is-cidr/node_modules/cidr-regex/.npmignore

This file was deleted.

22 changes: 22 additions & 0 deletions node_modules/is-cidr/node_modules/cidr-regex/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

57 changes: 36 additions & 21 deletions node_modules/is-cidr/node_modules/cidr-regex/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions node_modules/is-cidr/node_modules/cidr-regex/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions node_modules/is-cidr/node_modules/cidr-regex/lib/index.js

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 29089eb

Please sign in to comment.