Skip to content

Commit

Permalink
feat(deps): camelcase -> yargs-parser/camelCase
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Nov 17, 2020
1 parent e5788eb commit d966e8b
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 9 deletions.
2 changes: 1 addition & 1 deletion commands/create/index.js
Expand Up @@ -4,7 +4,7 @@ const fs = require("fs-extra");
const path = require("path");
const os = require("os");
const { URL } = require("whatwg-url");
const camelCase = require("camelcase");
const { camelCase } = require("yargs-parser");
const dedent = require("dedent");
const initPackageJson = require("pify")(require("init-package-json"));
const getManifest = require("@evocateur/pacote/manifest");
Expand Down
4 changes: 2 additions & 2 deletions commands/create/package.json
Expand Up @@ -38,7 +38,6 @@
"@lerna/command": "file:../../core/command",
"@lerna/npm-conf": "file:../../utils/npm-conf",
"@lerna/validation-error": "file:../../core/validation-error",
"camelcase": "^5.0.0",
"dedent": "^0.7.0",
"fs-extra": "^9.0.1",
"globby": "^11.0.1",
Expand All @@ -50,6 +49,7 @@
"slash": "^3.0.0",
"validate-npm-package-license": "^3.0.3",
"validate-npm-package-name": "^3.0.0",
"whatwg-url": "^8.4.0"
"whatwg-url": "^8.4.0",
"yargs-parser": "20.2.4"
}
}

0 comments on commit d966e8b

Please sign in to comment.