Skip to content

Commit

Permalink
feature(jwt-login-authentication): add chai-http to dependencies [#13…
Browse files Browse the repository at this point in the history
…4209513]
  • Loading branch information
andela-nekekwe committed Nov 29, 2016
1 parent c79ae18 commit 332bef4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"connect-mongo": "^1.3.2",
"console-stamp": "~0.1.1",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"dotenv": "^2.0.0",
"express": "~3.4.0",
"express-session": "^1.14.1",
Expand Down Expand Up @@ -58,13 +59,14 @@
"view-helpers": "~0.1.3"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"coveralls": "^2.11.15",
"eslint": "^3.10.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"chai": "^3.5.0",
"eslint-plugin-promise": "^3.3.2",
"eslint-plugin-react": "^6.7.1",
"eslint-plugin-standard": "^2.0.1",
Expand Down

0 comments on commit 332bef4

Please sign in to comment.