Skip to content

Commit

Permalink
Move eslint-config-airbnb to devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
bencmbrook committed Sep 26, 2020
1 parent 487e32d commit df0b75f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"dependencies": {
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"eslint-config-airbnb": "^18.2.0",
"express": "^4.17.1",
"express-async-handler": "^1.1.4",
"got": "^11.6.2",
Expand All @@ -24,6 +23,7 @@
},
"devDependencies": {
"eslint": "^7.9.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"nodemon": "^2.0.4",
Expand Down
6 changes: 3 additions & 3 deletions javascript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1149,9 +1149,9 @@ is-binary-path@~2.1.0:
binary-extensions "^2.0.0"

is-callable@^1.1.4, is-callable@^1.2.0:
version "1.2.1"
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.1.tgz#4d1e21a4f437509d25ce55f8184350771421c96d"
integrity sha512-wliAfSzx6V+6WfMOmus1xy0XvSgf/dlStkvTfq7F0g4bOIW0PSUbnyse3NhDwdyYS1ozfUtAAySqTws3z9Eqgg==
version "1.2.2"
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.2.tgz#c7c6715cd22d4ddb48d3e19970223aceabb080d9"
integrity sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==

is-ci@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit df0b75f

Please sign in to comment.