Skip to content

Commit

Permalink
Misplaced dev dependency fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
fobo66 committed Jun 14, 2020
1 parent d47d944 commit 4655a3c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 11 deletions.
31 changes: 23 additions & 8 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"dependencies": {
"algoliasearch": "^4.0.1",
"firebase-admin": "8.12.1",
"firebase-functions": "^3.3.0",
"sinon": "^9.0.1"
"firebase-functions": "^3.3.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.20.1",
"firebase-functions-test": "^0.2.0",
"mocha": "^7.0.1"
"mocha": "^7.0.1",
"sinon": "^9.0.2"
}
}

0 comments on commit 4655a3c

Please sign in to comment.