Skip to content

Commit

Permalink
Install Mocha and Chai (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankit Ranjan authored Aug 2, 2016
1 parent 6ac6071 commit dbf4d48
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 @@ -33,10 +33,12 @@
"shelljs": "^0.7.0"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.2.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-config-airbnb-base": "^5.0.1",
"eslint-plugin-import": "^1.12.0",
"eslint-plugin-jsx-a11y": "^2.0.1"
"eslint-plugin-jsx-a11y": "^2.0.1",
"mocha": "^3.0.0"
}
}

0 comments on commit dbf4d48

Please sign in to comment.