Skip to content
This repository has been archived by the owner on Sep 20, 2018. It is now read-only.

Commit

Permalink
[fixed] missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Jan 21, 2016
1 parent 390fc1a commit 3fc488d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "teaspoon",
"version": "6.1.0",
"version": "6.1.1",
"description": "jQuery-esque Api for React elements and instances, supports complex css selectors",
"main": "index.js",
"repository": {
Expand All @@ -25,6 +25,7 @@
"dependencies": {
"bill": "^2.0.3",
"dom-helpers": "^2.4.0",
"invariant": "^2.2.0",
"lodash": "^3.10.1",
"promise": "^7.1.1",
"react-addons-test-utils": "^0.14.0-rc1",
Expand Down

0 comments on commit 3fc488d

Please sign in to comment.