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

Commit

Permalink
feat(release): automate release with Travis
Browse files Browse the repository at this point in the history
After major refactoring the project to make it lighter by removing rxjs. The broken version
published to npm need to be fix.

Closes #2
  • Loading branch information
Daniel Kobina authored and Daniel Kobina committed May 25, 2016
1 parent 20d9ce0 commit c81086b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "performJs",
"version": "0.0.23-semantically-released",
"version": "0.0.0-semantically-released",
"description": "reactive web worker library",
"main": "perform.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion src/index.js
Expand Up @@ -7,7 +7,6 @@
import * as Core from './core/index';

export let Perform = Object.assign({
version: "0.0.23",
author: "Danh91"
}, Core);

Expand Down

0 comments on commit c81086b

Please sign in to comment.