resource-path
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "resource-path", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Tiny module to generate resource paths for APIs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,8 +0,8 @@ | ||
# Resource Path | ||
# `/resource/:path` | ||
[![Travis](https://img.shields.io/travis/aurbano/resource-path.svg?style=flat-square)](https://travis-ci.org/aurbano/resource-path) | ||
[![npm](https://img.shields.io/npm/v/resource-path.svg?style=flat-square)](https://www.npmjs.com/package/resource-path) | ||
[![Coveralls](https://img.shields.io/coveralls/aurbano/resource-path.svg)]() | ||
[![npm](https://img.shields.io/npm/dm/resource-path.svg)]() | ||
[![npm](https://img.shields.io/npm/l/resource-path.svg)]() | ||
[![Travis](https://img.shields.io/travis/aurbano/resource-path.svg)](https://travis-ci.org/aurbano/resource-path) | ||
[![npm](https://img.shields.io/npm/v/resource-path.svg)](https://www.npmjs.com/package/resource-path) | ||
[![Coverage Status](https://coveralls.io/repos/github/aurbano/resource-path/badge.svg?branch=master)](https://coveralls.io/github/aurbano/resource-path?branch=master) | ||
[![npm](https://img.shields.io/npm/dm/resource-path.svg)](https://www.npmjs.com/package/resource-path) | ||
[![npm](https://img.shields.io/npm/l/resource-path.svg)](https://www.npmjs.com/package/resource-path) | ||
@@ -71,1 +71,3 @@ > Tiny module to generate resource paths for APIs, with zero dependencies | ||
This project is licensed under the MIT License. | ||
[![Analytics](https://ga-beacon.appspot.com/UA-3181088-16/resource-path/readme)](https://github.com/aurbano) |
129150
11
73