Update product name, cleanup annotations (#13)
This commit is contained in:
parent
3b49e487b6
commit
d6b1f0d21d
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2018 retailCRM
|
||||
Copyright (c) 2018-2020 RetailDriver LLC
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
10
README.md
10
README.md
@ -1,12 +1,10 @@
|
||||
[![Build Status](https://github.com/retailcrm/mg-bot-api-client-js/workflows/ci/badge.svg)](https://github.com/retailcrm/mg-bot-api-client-js/actions)
|
||||
[![Coverage](https://img.shields.io/codecov/c/gh/retailcrm/mg-bot-api-client-js/master.svg?logo=codecov)](https://codecov.io/gh/retailcrm/mg-bot-api-client-js)
|
||||
[![Latest stable](https://img.shields.io/npm/v/mg-api-client.svg)](https://npmjs.com/package/mg-api-client)
|
||||
[![Node version](https://img.shields.io/node/v/mg-api-client.svg)](https://www.npmjs.com/package/mg-api-client)
|
||||
[![Coverage](https://img.shields.io/codecov/c/gh/retailcrm/mg-bot-api-client-js/master.svg?logo=codecov&logoColor=white)](https://codecov.io/gh/retailcrm/mg-bot-api-client-js)
|
||||
[![Latest stable](https://img.shields.io/npm/v/mg-api-client.svg?logo=npm&logoColor=white)](https://npmjs.com/package/mg-api-client)
|
||||
[![Node version](https://img.shields.io/node/v/mg-api-client.svg?logo=node.js&logoColor=white)](https://www.npmjs.com/package/mg-api-client)
|
||||
[![JS Doc](https://img.shields.io/badge/doc-github_pages-green)](https://retailcrm.github.io/mg-bot-api-client-js/)
|
||||
|
||||
# Message Gateway Bot API JS client
|
||||
|
||||
This is js retailCRM bot API client.
|
||||
# Message Gateway Bot API JavaScript client
|
||||
|
||||
# Installation
|
||||
```
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "mg-api-client",
|
||||
"description": "JS client for retailCRM Bot API",
|
||||
"description": "JavaScript client for Message Gateway Bot API",
|
||||
"tags": [
|
||||
"API",
|
||||
"retailCRM",
|
||||
"RetailCRM",
|
||||
"Bot",
|
||||
"Chat"
|
||||
],
|
||||
@ -14,7 +14,7 @@
|
||||
"test": "./node_modules/.bin/nyc ./node_modules/.bin/_mocha --require @babel/register ./tests/.",
|
||||
"report-coverage": "./node_modules/.bin/nyc report --reporter=text-lcov > coverage.lcov && codecov"
|
||||
},
|
||||
"author": "retailCRM",
|
||||
"author": "RetailCRM",
|
||||
"license": "MIT",
|
||||
"main": "./dist/index.js",
|
||||
"bugs": {
|
||||
|
Loading…
Reference in New Issue
Block a user