From a9f6a735fa3e00ca6ee99ff9d211fe544944acaf Mon Sep 17 00:00:00 2001 From: Jonah Scheinerman Date: Wed, 8 Aug 2018 13:07:41 -0400 Subject: [PATCH] Update readme to master (#43) * Update readme to master * v0.0.2 --- README.md | 2 +- package.json | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 773daba..d8761b1 100644 --- a/README.md +++ b/README.md @@ -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+. diff --git a/package.json b/package.json index 8a78ad9..ae5a9ec 100644 --- a/package.json +++ b/package.json @@ -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",