Skip to content

Commit

Permalink
Use alpha version of node-haste; update jest version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Nov 16, 2015
1 parent 5fd0c88 commit ca467f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,7 @@
## Unreleased
## master

* New implementation of node-haste and rewrite of internal module loading and
resolution.
* `node` was added to the defaults in `moduleFileExtensions`.
* Updated the list of node core modules that are properly being recognized by
the module loader.
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "jest-cli",
"description": "Painless JavaScript Unit Testing.",
"version": "0.7.2",
"version": "0.8.0",
"main": "src/jest.js",
"dependencies": {
"cover": "^0.2.9",
Expand All @@ -12,7 +12,7 @@
"jsdom": "7.0.2",
"json-stable-stringify": "^1.0.0",
"lodash.template": "^3.6.2",
"node-haste": "https://github.com/facebook/node-haste.git#5e7a8768611c1912c2428833b25e0b6f61af2a35",
"node-haste": "2.0.0-alpha2",
"optimist": "^0.6.1",
"resolve": "^1.1.6",
"sane": "^1.2.0",
Expand Down

0 comments on commit ca467f9

Please sign in to comment.