Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 2a6b169

Browse files
committed
moving to @cloudreach organization
1 parent 11bb79f commit 2a6b169

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Dockerfile.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:6-alpine
1+
FROM node:8-alpine
22

33
RUN mkdir -p /usr/src \
44
&& mkdir -p /run/secrets \

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ This NPM module loads Docker secrets from the `/run/secrets` directory created b
33

44
## Installation
55
```bash
6-
npm install docker-secrets
6+
npm install @cloudreach/docker-secrets
77
```
88

99
## Usage
1010
```javascript
11-
const secrets = require('docker-secrets');
11+
const secrets = require('@cloudreach/docker-secrets');
1212
console.log(secrets);
1313
```

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "docker-secrets",
3-
"version": "1.0.2",
2+
"name": "@cloudreach/docker-secrets",
3+
"version": "1.0.3",
44
"description": "Converts Docker Secrets mounted into a container to an object.",
55
"keywords": [
66
"docker",
@@ -15,13 +15,13 @@
1515
"scripts": {
1616
"test": "echo \"Error: no test specified\" && exit 1"
1717
},
18-
"author": "Alex Rhea <alex.rhea@gmail.com>",
18+
"author": "Alex Rhea <alex.rhea@cloudreach.com>",
1919
"repository": {
2020
"type": "git",
21-
"url": "https://github.com/EmergingTechnologyAdvisors/node-docker-secrets.git"
21+
"url": "https://github.com/cloudreach/node-docker-secrets.git"
2222
},
2323
"bugs": {
24-
"url": "https://github.com/EmergingTechnologyAdvisors/node-docker-secrets/issues"
24+
"url": "https://github.com/cloudreach/node-docker-secrets/issues"
2525
},
2626
"license": "Apache-2.0",
2727
"engines": {

0 commit comments

Comments
 (0)