Skip to content

Commit

Permalink
Merge pull request #24 from csachs/leanerDeps
Browse files Browse the repository at this point in the history
Move test framework to deveDependencies
  • Loading branch information
lizkrznarich authored Oct 24, 2019
2 parents 7eb975c + f7de29d commit 37b23d2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
"directories": {
"test": "test"
},
"dependencies": {
"ava": "^0.23.0",
"xml2js": "*"
"devDependencies": {
"ava": "^0.23.0"
},
"scripts": {
"test": "ava"
Expand Down

0 comments on commit 37b23d2

Please sign in to comment.