Skip to content

Commit adc7c96

Browse files
committed
chore(ci): remove unused CI files
1 parent c0e9ef6 commit adc7c96

File tree

8 files changed

+15
-854
lines changed

8 files changed

+15
-854
lines changed

.npmignore

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
.travis.yml
1+
tsconfig.cjs.json
22
tsconfig.json
3-
dangerfile.ts
4-
appveyor.yml
53
codecov.yml
64
renovate.json
7-
rollup.config.js
5+
rollup.config.mjs
86
coverage
97
.vscode
10-
.scripts
8+
scripts
119
examples/

.travis.yml

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# apollo3-cache-persist [![npm version](https://badge.fury.io/js/apollo3-cache-persist.svg)](https://badge.fury.io/js/apollo3-cache-persist) [![build status](https://travis-ci.org/apollographql/apollo-cache-persist.svg?branch=master)](https://travis-ci.org/apollographql/apollo-cache-persist) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
1+
# apollo3-cache-persist [![npm version](https://badge.fury.io/js/apollo3-cache-persist.svg)](https://badge.fury.io/js/apollo3-cache-persist) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
22

33
Simple persistence for all Apollo Client 3.0 cache implementations, including
44
[`InMemoryCache`][0] and [`Hermes`][1].

appveyor.yml

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

dangerfile.ts

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

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"bundle": "rollup -c",
2828
"clean": "rimraf lib/* && rimraf coverage/*",
2929
"coverage:upload": "codecov",
30-
"danger": "danger run --verbose",
3130
"deploy": "./scripts/deploy.sh",
3231
"filesize": "npm run build && npm run build:browser && bundlesize",
3332
"minify:browser": "uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js",
@@ -90,7 +89,6 @@
9089
"commitizen": "4.3.0",
9190
"conventional-changelog-cli": "3.0.0",
9291
"cz-conventional-changelog": "3.3.0",
93-
"danger": "11.2.6",
9492
"graphql": "16.6.0",
9593
"husky": "8.0.3",
9694
"jest": "29.5.0",

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"exclude": [
2020
"src/**/__tests__/*.ts",
2121
"src/**/__mocks__/*.ts",
22-
"dangerfile.ts",
2322
"node_modules"
2423
]
2524
}

0 commit comments

Comments
 (0)