Skip to content

Commit 20e9290

Browse files
committed
Bump to version 0.20.0
1 parent 8681bfa commit 20e9290

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The quickest way to deploy your own npm registry from your local machine is to f
1919
* Latest version of Serverless installed globally (`npm install serverless -g` or `yarn global add serverless`).
2020

2121
#### Steps
22-
* `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
22+
* `serverless install --url https://github.com/craftship/codebox-npm/tree/0.20.0 --name my-npm-registry` - pick whichever name you prefer for your registry
2323
* `cd my-npm-registry`
2424
* `npm install`
2525
* Setup your environment variables:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codebox-npm",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"description": "Serverless private npm registry",
55
"main": "index.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)