Skip to content

Commit

Permalink
Updated NPM Package page
Browse files Browse the repository at this point in the history
  • Loading branch information
r4m-juan committed Aug 24, 2022
1 parent 81457ba commit 9f8d1ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ Access Route4Me's logistics-as-a-service API using our Node.js SDK

[![CircleCI](https://circleci.com/gh/route4me/route4me-nodejs-sdk/tree/master.svg?style=svg)](https://circleci.com/gh/route4me/route4me-nodejs-sdk/tree/master)

[![npm version](https://img.shields.io/npm/v/route4me-node.svg)][NPM]
[![npm downloads](https://img.shields.io/npm/dm/route4me-node.svg)][NPM]
[![npm version](https://img.shields.io/npm/v/route4me-nodejs-sdk.svg)][NPM]
[![npm downloads](https://img.shields.io/npm/dm/route4me-nodejs-sdk.svg)][NPM]
[![GitHub stars](https://img.shields.io/github/stars/badges/shields.svg?style=social&label=Star)](https://github.com/route4me/route4me-node-sdk)


[![codecov](https://codecov.io/gh/route4me/route4me-nodejs-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/route4me/route4me-nodejs-sdk)


[![codebeat badge](https://codebeat.co/badges/79f229c5-27f7-4ab9-8503-2d6fc95052f9)](https://codebeat.co/projects/github-com-route4me-route4me-nodejs-sdk)
[![Package Quality](http://npm.packagequality.com/shield/route4me-node.svg)](http://packagequality.com/#?package=route4me-node)
[![Package Quality](http://npm.packagequality.com/shield/route4me-nodejs-sdk.svg)](http://packagequality.com/#?package=route4me-nodejs-sdk)

[NPM]: https://www.npmjs.com/package/route4me-node
[NPM]: https://www.npmjs.com/package/route4me-nodejs-sdk

# Installation

Expand Down
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "route4me-node",
"name": "route4me-nodejs-sdk",
"version": "1.0.6",
"description": "Access Route4Me's logistics-as-a-service API using our Node.js SDK",
"main": "./dist/",
Expand Down Expand Up @@ -34,10 +34,6 @@
"email": "[email protected]"
},
"contributors": [
{
"name": "Koryukov Maksim",
"email": "[email protected]"
},
{
"name": "Igor S.",
"email": "[email protected]"
Expand All @@ -52,7 +48,7 @@
}
],
"engines": {
"node": ">=12.0.0",
"node": ">=12.19.0",
"npm": ">=6.0.0"
},
"license": "ISC",
Expand Down

0 comments on commit 9f8d1ab

Please sign in to comment.