resource-path
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "resource-path", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Tiny module to generate resource paths for APIs", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "ava" | ||
"test": "nyc ava" | ||
}, | ||
@@ -28,4 +28,6 @@ "repository": { | ||
"devDependencies": { | ||
"ava": "^0.17.0" | ||
"ava": "^0.17.0", | ||
"coveralls": "^2.11.15", | ||
"nyc": "^10.0.0" | ||
} | ||
} |
@@ -5,3 +5,4 @@ # Resource Path | ||
[![npm](https://img.shields.io/npm/v/resource-path.svg?style=flat-square)](https://www.npmjs.com/package/resource-path) | ||
[![David](https://img.shields.io/david/aurbano/resource-path.svg?style=flat-square)](https://david-dm.org/aurbano/resource-path) | ||
[![npm](https://img.shields.io/npm/dm/resource-path.svg)]() | ||
[![npm](https://img.shields.io/npm/l/resource-path.svg)]() | ||
@@ -69,2 +70,2 @@ > Tiny module to generate resource paths for APIs, with zero dependencies | ||
This project is licensed under the MIT License. | ||
This project is licensed under the MIT License. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
11781
70
3