Skip to content

Commit a6465c9

Browse files
committed
Fix Typings for CREDENTIALS
1 parent 958bb22 commit a6465c9

14 files changed

+7700
-54
lines changed

.circleci/config.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Bug report
33
about: Create a report to help us improve
44
title: ''
55
labels: ''
6-
assignees: ferdikoomen
6+
assignees: moretalk
77

88
---
99

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ updates:
88
open-pull-requests-limit: 10
99
ignore:
1010
- dependency-name: "@types/node-fetch"
11-
- dependency-name: "node-fetch"
11+
- dependency-name: "node-fetch"

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to Webpack Typings for JSON
1+
# Contributing to Ciptex Repositiories
22

33
Thanks for your interest in contributing to this project.
44

@@ -22,10 +22,10 @@ https://help.github.com/articles/using-pull-requests
2222

2323
1. Make your changes in a new git branch: `git checkout -b my-fix-branch master`
2424
2. Create your patch or feature
25-
3. Ensure the builds work by running: `yarn run build`
26-
4. Ensure the tests will pass by running: `yarn run test`
27-
5. Ensure the code is formatted by running: `yarn run eslint:fix`
25+
3. Ensure the builds work by running: `npm run build`
26+
4. Ensure the tests will pass by running: `npm run test`
27+
5. Ensure the code is formatted by running: `npm run eslint:fix`
2828
6. Commit your changes using a descriptive commit message
2929

30-
After your Pull Request is created, it will automatically be build using Circle CI.
31-
When the build is successful then the Pull Request is ready for review.
30+
After your Pull Request is created, it will automatically be build using Github Actions.
31+
When the build is successful then the Pull Request is ready for review.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# OpenAPI Typescript Codegen
22

3-
[![NPM][npm-image]][npm-url]
3+
<!-- [![NPM][npm-image]][npm-url] -->
44
[![License][license-image]][license-url]
5-
[![Coverage][coverage-image]][coverage-url]
5+
<!-- [![Coverage][coverage-image]][coverage-url]
66
[![Quality][quality-image]][quality-url]
77
[![Code Climate][climate-image]][climate-url]
88
[![Downloads][downloads-image]][downloads-url]
9-
[![Build][build-image]][build-url]
9+
[![Build][build-image]][build-url] -->
1010

1111
> Node.js library that generates Typescript clients based on the OpenAPI specification.
1212

0 commit comments

Comments
 (0)