mirror of https://github.com/sundowndev/http.git
chore: update repository
parent
54cda7e1c3
commit
465df8770d
|
@ -1 +0,0 @@
|
||||||
root: ./docs
|
|
|
@ -1,7 +0,0 @@
|
||||||
<!--
|
|
||||||
IMPORTANT: Please use the following link to create a new issue:
|
|
||||||
|
|
||||||
https://cmty.app/nuxt/issues/new?repo=http
|
|
||||||
|
|
||||||
If your issue was not created using the app above, it will be closed immediately.
|
|
||||||
-->
|
|
|
@ -1,14 +1,12 @@
|
||||||
name: test
|
name: ci
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- dev
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- dev
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
|
@ -23,7 +23,7 @@ Copyright (c) Nuxt.js Team
|
||||||
<!-- Badges -->
|
<!-- Badges -->
|
||||||
[npm-version-src]: https://flat.badgen.net/npm/v/@nuxt/http
|
[npm-version-src]: https://flat.badgen.net/npm/v/@nuxt/http
|
||||||
[npm-version-href]: https://npmjs.com/package/@nuxt/http
|
[npm-version-href]: https://npmjs.com/package/@nuxt/http
|
||||||
[npm-downloads-src]: https://flat.badgen.net/npm/dt/@nuxt/http
|
[npm-downloads-src]: https://flat.badgen.net/npm/dm/@nuxt/http
|
||||||
[npm-downloads-href]: https://npmjs.com/package/@nuxt/http
|
[npm-downloads-href]: https://npmjs.com/package/@nuxt/http
|
||||||
[checks-src]: https://flat.badgen.net/github/checks/nuxt/http/dev
|
[checks-src]: https://flat.badgen.net/github/checks/nuxt/http/dev
|
||||||
[checks-href]: https://github.com/nuxt/http/actions
|
[checks-href]: https://github.com/nuxt/http/actions
|
||||||
|
|
|
@ -34,7 +34,6 @@
|
||||||
"babel-eslint": "latest",
|
"babel-eslint": "latest",
|
||||||
"babel-jest": "latest",
|
"babel-jest": "latest",
|
||||||
"codecov": "latest",
|
"codecov": "latest",
|
||||||
"core-js": "2",
|
|
||||||
"eslint": "latest",
|
"eslint": "latest",
|
||||||
"eslint-config-standard": "latest",
|
"eslint-config-standard": "latest",
|
||||||
"eslint-plugin-import": "latest",
|
"eslint-plugin-import": "latest",
|
||||||
|
|
Loading…
Reference in New Issue