Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
fix issue #95
Browse files Browse the repository at this point in the history
  • Loading branch information
odoe committed Jan 4, 2021
1 parent ace7cfe commit b1d2ae8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcgis/cli",
"version": "4.18.0",
"version": "4.18.1",
"description": "CLI to scaffold ArcGIS API for JavaScript applications",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -54,7 +54,6 @@
"@types/jest": "^26.0.19",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"core-js": "^3.8.1",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-prettier": "^3.3.0",
"husky": "^4.3.6",
Expand Down Expand Up @@ -103,15 +102,18 @@
},
"dependencies": {
"chalk": "^4.1.0",
"core-js": "^3.8.1",
"cross-spawn-promise": "^0.10.2",
"del": "^6.0.0",
"fs-extra": "^9.0.1",
"inquirer": "^7.3.3",
"lodash.camelcase": "^4.3.0",
"lodash.startcase": "^4.4.0",
"ora": "^5.1.0",
"pkg-dir": "^4.2.0",
"ramda": "^0.27.1",
"recursive-copy": "^2.0.11",
"regenerator-runtime": "^0.13.7",
"rimraf": "^3.0.2",
"yargs": "^16.2.0"
}
Expand Down

0 comments on commit b1d2ae8

Please sign in to comment.