Skip to content

Commit

Permalink
add when.js to package.json for use in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zspecza committed Dec 14, 2015
1 parent eec8ba7 commit 9fcd043
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"lodash": "^3.10.1",
"pluralize": "^1.2.1",
"roots-util": "0.1.x",
"string": "^3.1.3"
"string": "^3.1.3",
"when": "^3.7.5"
},
"devDependencies": {
"ava": "^0.7.0",
Expand Down

2 comments on commit 9fcd043

@kylemac
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't it be a devdep then?

@zspecza
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should, but it's going to be refactored out anyway, because the blocking issue for switching to AVA has landed in babel/master. I'm just ironing out the 0.10 build before I tackle caching - then I'll be converting the test suite over. :)

Please sign in to comment.