Skip to content

Commit

Permalink
typo fix in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mateogianolio committed Feb 13, 2019
1 parent e223c81 commit 989e163
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Backers on Open Collective](https://opencollective.com/vectorious/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/vectorious/sponsors/badge.svg)](#sponsors) ![version](https://img.shields.io/npm/v/vectorious.svg) [![CDNJS](https://img.shields.io/cdnjs/v/vectorious.svg)](https://cdnjs.com/libraries/vectorious) ![travis](https://img.shields.io/travis/mateogianolio/vectorious.svg?style=flat&label=build) [![maintainability](https://api.codeclimate.com/v1/badges/0b4035b94b0e84c5ac55/maintainability)](https://codeclimate.com/github/mateogianolio/vectorious/maintainability) [![test coverage](https://api.codeclimate.com/v1/badges/0b4035b94b0e84c5ac55/test_coverage)](https://codeclimate.com/github/mateogianolio/vectorious/test_coverage)

> A high performance linear algebra library, written in JavaScript and optimized with C++ bindings to [BLAS](http://www.netlib.org/blas/).
> A high performance linear algebra library, written in TypeScript and optimized with C++ bindings to [BLAS](http://www.netlib.org/blas/).
### Usage

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "vectorious",
"version": "5.0.0",
"version": "5.0.1",
"description": "A high performance linear algebra library.",
"main": "built/vectorious.js",
"main": "built/index.js",
"scripts": {
"test": "nyc mocha -r ts-node/register ./src/*.spec.ts",
"benchmark": "node ./benchmarks/vector.js && node ./benchmarks/matrix.js",
Expand Down

0 comments on commit 989e163

Please sign in to comment.