Skip to content

Commit

Permalink
Added chai and mocha devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tapmodo committed Nov 3, 2015
1 parent 7b7d0d2 commit babbb5d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"description": "LDIF (LDAP Directory Interchange Format) tools for Node",
"main": "index.js",
"dependencies": {},
"devDependencies": {},
"devDependencies": {
"chai": "^3.4.0",
"mocha": "^2.3.3"
},
"scripts": {
"build": "pegjs lib/ldif.pegjs lib/parser.js",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit babbb5d

Please sign in to comment.