Skip to content

Commit

Permalink
Up npm version, doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
m1tk4 committed Mar 26, 2017
1 parent 2d22701 commit 62ac1b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# smpte-timecode
[![NPM](https://nodei.co/npm/smpte-timecode.png?mini=true)](https://nodei.co/npm/smpte-timecode/)
[![Travis](https://img.shields.io/travis/CrystalComputerCorp/smpte-timecode.svg)](https://travis-ci.org/CrystalComputerCorp/smpte-timecode) [![Codecov](https://img.shields.io/codecov/c/github/CrystalComputerCorp/smpte-timecode.svg)](https://codecov.io/gh/CrystalComputerCorp/smpte-timecode) [![npm](https://img.shields.io/npm/dt/smpte-timecode.svg)](https://www.npmjs.com/package/smpte-timecode)
[![Travis](https://img.shields.io/travis/CrystalComputerCorp/smpte-timecode.svg)](https://travis-ci.org/CrystalComputerCorp/smpte-timecode) [![Codecov](https://img.shields.io/codecov/c/github/CrystalComputerCorp/smpte-timecode.svg)](https://codecov.io/gh/CrystalComputerCorp/smpte-timecode) [![Coveralls](https://img.shields.io/coveralls/CrystalComputerCorp/smpte-timecode.svg)](https://coveralls.io/github/CrystalComputerCorp/smpte-timecode?branch=master)
[![npm](https://img.shields.io/npm/v/smpte-timecode.svg)](http://https://www.npmjs.com/package/smpte-timecode) [![npm](https://img.shields.io/npm/dt/smpte-timecode.svg)](https://www.npmjs.com/package/smpte-timecode) [![npm](https://img.shields.io/npm/l/smpte-timecode.svg)]()

`smpte-timecode` is a JavaScript library for operations with [SMPTE timecodes](https://en.wikipedia.org/wiki/SMPTE_timecode).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smpte-timecode",
"version": "1.0.1",
"version": "1.0.2",
"description": "JavaScript implementation of SMPTE timecode type",
"main": "smpte-timecode.js",
"scripts": {
Expand Down

0 comments on commit 62ac1b1

Please sign in to comment.