Skip to content

Commit

Permalink
add tslib as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ntangy committed Jun 8, 2021
1 parent 5411417 commit 9655eb2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
11 changes: 5 additions & 6 deletions dist/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -110,5 +106,8 @@
"arrowParens": "always",
"endOfLine": "lf",
"trailingComma": "es5"
}
},
"bundleDependencies": [
"clortho"
]
}
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

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

11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -110,5 +106,8 @@
"arrowParens": "always",
"endOfLine": "lf",
"trailingComma": "es5"
}
},
"bundleDependencies": [
"clortho"
]
}

0 comments on commit 9655eb2

Please sign in to comment.