Skip to content

Commit

Permalink
fix: move ava to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
samtes committed Jun 21, 2017
1 parent d0f3b6c commit a3105ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"homepage": "https://github.com/samtes/promiss#readme",
"dependencies": {
"async": "^2.4.1",
"ava": "^0.19.1",
"standard-version": "^4.2.0"
},
"devDependencies": {
"ava": "^0.19.1",
"eslint-config-semistandard": "^11.0.0",
"nyc": "^11.0.2",
"semistandard": "^11.0.0",
Expand Down

0 comments on commit a3105ea

Please sign in to comment.