Skip to content

Commit

Permalink
Update readme to master (#43)
Browse files Browse the repository at this point in the history
* Update readme to master

* v0.0.2
  • Loading branch information
jscheiny authored Aug 8, 2018
1 parent 7f3ef09 commit a9f6a73
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Safe Units

[![Build Status](https://travis-ci.org/jscheiny/safe-units.svg?branch=develop)](https://travis-ci.org/jscheiny/safe-units)
[![Build Status](https://travis-ci.org/jscheiny/safe-units.svg?branch=master)](https://travis-ci.org/jscheiny/safe-units)

Safe Units is a type-safe units of measurement framework for performing dimensional analysis in TypeScript at compile time. Safe Units provides an implementation of an SI based unit system but is flexible enough to allow users to create their own unit systems which can be independent or can interoperate with the built-in units. This library makes heavy use of conditional and thus requires 2.8.3+.

Expand Down
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"name": "safe-units",
"description": "Type-safe TypeScript units of measure",
"keywords": ["units", "measure", "dimension", "metric", "typescript", "typesafe"],
"version": "0.0.1",
"keywords": [
"units",
"measure",
"dimension",
"metric",
"typescript",
"typesafe"
],
"version": "0.0.2",
"license": "MIT",
"homepage": "https://github.com/jscheiny/safe-units",
"bugs": "https://github.com/jscheiny/safe-units/issues",
Expand Down

0 comments on commit a9f6a73

Please sign in to comment.