Skip to content

Commit cae8295

Browse files
committed
publish files
1 parent 13f5aeb commit cae8295

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## BUILD STAGE ONE
22

3-
FROM node:14-alpine as gtl
3+
FROM node:14-alpine as gtl-node
44
COPY package*.json \
55
.coveralls.yml \
66
.editorconfig \
@@ -20,7 +20,7 @@ RUN apk add make \
2020

2121
## BUILD STAGE TWO
2222

23-
FROM gtl
23+
FROM gtl-node
2424
WORKDIR /usr/src/app
2525
COPY --from=gtl ./ /usr/src/app
2626
RUN make build

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
## Installation
1616

1717
```bash
18-
$ npm install gtl -S or yarn add gtl -S
18+
$ npm install gtl-node -S or yarn add gtl-node -S
1919
```
2020

2121
## Example Usage
@@ -308,7 +308,7 @@ $ npm install gtl -S or yarn add gtl -S
308308
- Testing Via Docker
309309

310310
```sh
311-
docker build -t gtl or make dkb tag=gtl
311+
docker build -t gtl-node or make dkb tag=gtl
312312
```
313313

314314
### Bugs
@@ -317,7 +317,7 @@ For information on bugs related to package libraries, please visit [here](https:
317317

318318
### Contributing
319319

320-
Want to make **GTL** more perfect ? Let's contribute and follow the [contribution guide.](https://github.com/restuwahyu13/graphql-typedefs-loader/blob/main/CONTRIBUTING.md)
320+
Want to make **Graphql Typedefs Loader** more perfect ? Let's contribute and follow the [contribution guide.](https://github.com/restuwahyu13/graphql-typedefs-loader/blob/main/CONTRIBUTING.md)
321321
322322
### License
323323

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "gtl",
2+
"name": "gtl-node",
33
"version": "0.0.1",
44
"description": "GTL is multiple loader for graphql schema",
55
"main": "./dist/index.js",

0 commit comments

Comments
 (0)