Skip to content

Commit

Permalink
Bump to version 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsharratt committed Feb 15, 2017
1 parent 39592cd commit 38aa317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The quickest way to deploy your own npm registry from you local machine is to fo
* Latest version of Serverless installed globally (`npm install serverless -g` or `yarn global add serverless`).

#### Steps
* `serverless install --url https://github.com/craftship/yith/tree/0.8.2 --name my-npm-registry` - pick whichever name you prefer for your registry
* `serverless install --url https://github.com/craftship/yith/tree/0.8.3 --name my-npm-registry` - pick whichever name you prefer for your registry
* `cd my-npm-registry`
* `npm install`
* Setup your environment variables:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yith",
"version": "0.8.2",
"version": "0.8.3",
"description": "Serverless private npm registry",
"main": "index.js",
"devDependencies": {
Expand Down

0 comments on commit 38aa317

Please sign in to comment.