Skip to content

Commit ea6ef68

Browse files
committed
Bump to version 0.16.1
1 parent f617c3b commit ea6ef68

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 you local machine is to fo
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.16.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.16.1 --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.14.0",
3+
"version": "0.16.1",
44
"description": "Serverless private npm registry",
55
"main": "index.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)