Skip to content

Commit

Permalink
Bump to 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsharratt committed Apr 24, 2017
1 parent 1e1f591 commit a4bb303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ The quickest way to deploy your own npm registry from your local machine is to f
* Latest version of Serverless installed globally (`npm install serverless -g` or `yarn global add serverless`).

#### Steps
* `serverless install --url https://github.com/craftship/codebox-npm/tree/0.18.0 --name my-npm-registry` - pick whichever name you prefer for your registry
* `serverless install --url https://github.com/craftship/codebox-npm/tree/0.19.0 --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
@@ -1,6 +1,6 @@
{
"name": "codebox-npm",
"version": "0.18.0",
"version": "0.19.0",
"description": "Serverless private npm registry",
"main": "index.js",
"devDependencies": {
Expand Down

0 comments on commit a4bb303

Please sign in to comment.