Skip to content
This repository has been archived by the owner on Apr 6, 2019. It is now read-only.

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
homer0 committed Nov 14, 2015
1 parent c6be6d3 commit 978f720
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -614,6 +614,16 @@ Jest is a unit tests suite Facebook built on top of [Jasmine](jasmine.github.io)

## Version History

#### 1.0.3

- Fix the _npm anti-pattern_ and publish the ES5 version of the library.
- Updates all the dependencies and dev dependencies.
- Added `test` task with Jest.
- Move `babel-eslint` to production dependencies.
- Add the option to read the ESDoc options from a file.
- Add a `beforeTask` callback that runs before any task.
- Add the `uploadDocs` task to publish in the ESDoc hosting.

#### 1.0.2

- Added compatibility with node `v0.12.6`.
Expand Down
2 changes: 0 additions & 2 deletions __tests__/index-test.js
Expand Up @@ -215,8 +215,6 @@ describe('gulp-bundlerify', () => {

expect(instance.config.jestOptions.collectCoverageOnlyFrom).toBeUndefined();

// expect(instance.config.esdocOptions).toEqual(originalOptions);

// jest.setMock('path', originalPath);
});
/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "gulp-bundlerify",
"description": "Something between a generator and a boilerplate for ES6 projects.",
"version": "1.0.2",
"version": "1.0.3",
"repository": "homer0/gulp-bundlerify",
"author": "Leonardo Apiwan (@homer0) <me@homer0.com>",
"license": "MIT",
Expand Down

0 comments on commit 978f720

Please sign in to comment.