Skip to content

Commit

Permalink
chore: update chai and move it as a peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
krampstudio committed Oct 9, 2020
1 parent c1dfdc4 commit 5fdd0fd
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 17 deletions.
56 changes: 41 additions & 15 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,18 @@
"assertXml"
],
"dependencies": {
"chai": "^1.9.1",
"xml2js": "^0.4.23"
},
"peerDependencies": {
"chai": ">=1.10.0 "
},
"devDependencies": {
"eslint": "^7.10.0",
"grunt": "^1.0.4",
"grunt-eslint": "^23.0.0",
"grunt-mocha-test": "^0.13.3",
"load-grunt-tasks": "^5.1.0",
"mocha": "^8.1.3"
"mocha": "^8.1.3",
"chai": "^4.2.0"
}
}

0 comments on commit 5fdd0fd

Please sign in to comment.