Skip to content

Commit

Permalink
Merge branch 'develop' for version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
iimog committed Jul 28, 2017
2 parents a91dccc + 63e8fa9 commit a86a51d
Show file tree
Hide file tree
Showing 12 changed files with 966 additions and 329 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.idea/
test/cover
bower_components
node_modules/
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ api as a webservice to <http://localhost:8080/convert.php> (e.g.
Changes
-------

### 1.0.4 (2017-07-28)

- Switch from bower to yarn
- Update dependencies
- Update of biojs-io-biom to version 1.0.9

### 1.0.3 (2017-03-29)

- Update of biojs-io-biom to version 1.0.7
Expand Down
29 changes: 0 additions & 29 deletions bower.json

This file was deleted.

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
],
"require": {},
"require-dev": {
"phpunit/phpunit": "^5.4",
"squizlabs/php_codesniffer": "2.6",
"phpunit/phpunit": "^6.2",
"squizlabs/php_codesniffer": "3.0",
"satooshi/php-coveralls": "^1.0",
"codeclimate/php-test-reporter": "dev-master"
},
Expand Down
Loading

0 comments on commit a86a51d

Please sign in to comment.