Skip to content

Commit

Permalink
Change the name in order to publish a package to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
oanguenot committed Mar 10, 2018
1 parent d0bcadc commit cd8c39d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ $ npm install

```

You can install directly the package using `npm` command:

```bash

$ npm install rainbow-node-starterkit

```

## Content

This Starter-Kit is a Node.JS application that:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "botsample",
"version": "1.37.0",
"description": "Starter-Kit for Bot",
"name": "rainbow-node-starterkit",
"version": "1.37.1",
"description": "Rainbow starter-Kit for Node.JS",
"main": "index.js",
"scripts": {
"test": "mocha test/ -w",
Expand Down

0 comments on commit cd8c39d

Please sign in to comment.