File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,6 @@ This plugin converts a simple string to a manipulated moment object. The string
44# Badges
55[ ![ NPM] ( https://img.shields.io/npm/v/relative-time-parser.svg )] ( https://nodei.co/npm/relative-time-parser/ )
66[ ![ npm downloads] ( https://img.shields.io/npm/dm/relative-time-parser.svg?style=flat-square )] ( http://npm-stat.com/charts.html?package=relative-time-parser )
7- [ ![ Build Status] ( https://travis-ci.org/cmaurer/relative.time.parser.svg )] ( https://travis-ci.org/cmaurer/relative.time.parser )
8- [ ![ Dependency Status] ( https://david-dm.org/cmaurer/relative.time.parser.svg )] ( https://david-dm.org/cmaurer/relative.time.parser )
9- [ ![ devDependency Status] ( https://david-dm.org/cmaurer/relative.time.parser/dev-status.svg )] ( https://david-dm.org/cmaurer/relative.time.parser#info=devDependencies )
10- [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/491d1c7ac4616c6504c6/maintainability )] ( https://codeclimate.com/github/cmaurer/relative.time.parser/maintainability )
11- [ ![ Test Coverage] ( https://api.codeclimate.com/v1/badges/491d1c7ac4616c6504c6/test_coverage )] ( https://codeclimate.com/github/cmaurer/relative.time.parser/test_coverage )
127[ ![ Known Vulnerabilities] ( https://snyk.io/test/github/cmaurer/relative.time.parser/badge.svg?targetFile=package.json )] ( https://snyk.io/test/github/cmaurer/relative.time.parser?targetFile=package.json )
138
149## Install - NPM
Original file line number Diff line number Diff line change 11{
22 "name" : " relative-time-parser" ,
3- "version" : " 1.0.15 " ,
3+ "version" : " 1.1.0 " ,
44 "description" : " A moment.js plugin to convert relative time string into a moment.js object" ,
55 "main" : " ./src/relative.time.parser.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments