Skip to content

Commit

Permalink
updated coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
fibo committed Jun 28, 2016
1 parent fb63ffa commit 4ab84e5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"tex": "npm run tex:display; npm run tex:inline",
"tex:display": "ls gh-pages/tex-snippets/display/*.tex | while read texfile; do cat $texfile | katex --display-mode > gh-pages/_includes/display/$(basename ${texfile%.tex}).html; done",
"tex:inline": "ls gh-pages/tex-snippets/inline/*.tex | while read texfile; do cat $texfile | katex > gh-pages/_includes/inline/$(basename ${texfile%.tex}).html; done",
"postversion": "git push origin v${npm_package_version}; npm publish; npm run _push",
"postversion": "git push origin v${npm_package_version}; npm publish; npm run push",
"postpublish": "npm run gh-pages:_data; git commit -am ':arrow_up: updated version'; npm run push",
"postupdate-deps": "npm test && git commit -am ':arrow_up: updated deps' || git checkout -- package.json",
"pull": "git pull origin master && npm run gh-pages:pull",
Expand Down Expand Up @@ -87,7 +87,7 @@
"multidim-array-index": "^0.5.0",
"not-defined": "^1.0.0",
"static-props": "^1.0.0",
"strict-mode": "^0.5.0",
"strict-mode": "^0.6.0",
"tensor-contraction": "^0.1.1",
"tensor-product": "^0.2.0"
}
Expand Down
7 changes: 6 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,18 @@ Changelog format adheres to [Keep a Changelog](http://keepachangelog.com/)</sub>

## [Unreleased]

### Added

- updated deps and coverage

## [v0.11.0] - 2016-06-28

### Added

- More tests and examples
- createScalar
- createScalar(ring)
- some ES2015 refactored code
- updated deps and coverage

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: algebra

> Vectors, Matrices; Real, Complex, Quaternion; custom groups and rings for Node.js
> **New!**: checkout matrices and vectors made of strings, with [cyclic algebra](#cyclic).
> **New**: checkout matrices and vectors made of strings, with [cyclic algebra](#cyclic).
[![NPM version](https://badge.fury.io/js/algebra.svg)](http://badge.fury.io/js/algebra) [![Build Status](https://travis-ci.org/fibo/algebra.svg?branch=master)](https://travis-ci.org/fibo/algebra?branch=master) [![Dependency Status](https://david-dm.org/fibo/algebra.svg)](https://david-dm.org/fibo/algebra) [![Coverage Status](https://coveralls.io/repos/fibo/algebra/badge.svg?branch=master)](https://coveralls.io/r/fibo/algebra?branch=master) [![Test page](https://img.shields.io/badge/test-page-blue.svg)](http://g14n.info/algebra/test) [![Change log](https://img.shields.io/badge/change-log-blue.svg)](http://g14n.info/algebra/changelog)

Expand Down

0 comments on commit 4ab84e5

Please sign in to comment.