Skip to content

Commit

Permalink
Merge pull request jestjs#312 from jonhester/node-find-files
Browse files Browse the repository at this point in the history
Move node-find-files to devDependencies and lock to 0.0.2
  • Loading branch information
zpao committed Mar 20, 2015
2 parents b8ff19a + 4aade7a commit 9000e2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"jasmine-only": "0.1.0",
"jasmine-pit": "~2.0.0",
"jsdom": "~0.10.3",
"node-find-files": "~0.0.2",
"node-haste": "^1.2.8",
"node-worker-pool": "~2.4.2",
"optimist": "~0.6.0",
Expand All @@ -23,7 +22,8 @@
"underscore": "1.2.4"
},
"devDependencies": {
"jshint": "~2.5.0"
"jshint": "~2.5.0",
"node-find-files": "0.0.2"
},
"bin": {
"jest": "./bin/jest.js"
Expand Down

0 comments on commit 9000e2e

Please sign in to comment.