diff --git a/dist/package.json b/dist/package.json index ae1bd863..e138c376 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "alks", - "version": "3.2.1", + "version": "3.2.2", "description": "CLI for working with ALKS", "main": "dist/src/bin/alks.js", "scripts": { @@ -48,7 +48,6 @@ "clortho": "https://github.com/Cox-Automotive/clortho/archive/1.2.4.tar.gz", "commander": "^7.2.0", "crypto": "0.0.3", - "express-list-endpoints": "^3.0.1", "fuzzy": "^0.1.1", "inquirer": "^6.5.2", "lokijs": "^1.5.1", @@ -95,9 +94,6 @@ "express-list-endpoints": "^3.0.1", "forever": "^3.0.4" }, - "bundledDependencies": [ - "clortho" - ], "lint-staged": { "src/**/*.{js,ts,json,md}": [ "tslint --fix --force", @@ -110,5 +106,8 @@ "arrowParens": "always", "endOfLine": "lf", "trailingComma": "es5" - } + }, + "bundleDependencies": [ + "clortho" + ] } diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 917650d3..2df6ac97 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "alks", - "version": "3.2.1", + "version": "3.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1773bdfb..f3fef96b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alks", - "version": "3.2.1", + "version": "3.2.2", "description": "CLI for working with ALKS", "main": "dist/src/bin/alks.js", "scripts": { @@ -48,7 +48,6 @@ "clortho": "https://github.com/Cox-Automotive/clortho/archive/1.2.4.tar.gz", "commander": "^7.2.0", "crypto": "0.0.3", - "express-list-endpoints": "^3.0.1", "fuzzy": "^0.1.1", "inquirer": "^6.5.2", "lokijs": "^1.5.1", @@ -95,9 +94,6 @@ "express-list-endpoints": "^3.0.1", "forever": "^3.0.4" }, - "bundledDependencies": [ - "clortho" - ], "lint-staged": { "src/**/*.{js,ts,json,md}": [ "tslint --fix --force", @@ -110,5 +106,8 @@ "arrowParens": "always", "endOfLine": "lf", "trailingComma": "es5" - } + }, + "bundleDependencies": [ + "clortho" + ] }