Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Commit

Permalink
M README.md
Browse files Browse the repository at this point in the history
 D badges/badge-branches.svg
 D badges/badge-functions.svg
 D badges/badge-lines.svg
 D badges/badge-statements.svg
 M package.json
 M yarn.lock
  • Loading branch information
crishellco committed Jul 3, 2021
1 parent 0f5d038 commit 67fe536
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 30 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# Vue Unleash

![Build](https://github.com/crishellco/vue-unleash/workflows/Build/badge.svg)
![](badges/badge-branches.svg)
![](badges/badge-functionss.svg)
![](badges/badge-lines.svg)
![](badges/badge-statements.svg)
[![codecov](https://codecov.io/gh/crishellco/vue-unleash/branch/master/graph/badge.svg?token=KSe1Aim7Mx)](https://codecov.io/gh/crishellco/vue-unleash)
[![Maintainability](https://api.codeclimate.com/v1/badges/2a6e74587ac474c5f0d5/maintainability)](https://codeclimate.com/github/crishellco/vue-unleash/maintainability)

A Vue plugin for [Unleash](https://unleash.github.io/).
Expand Down
1 change: 0 additions & 1 deletion badges/badge-branches.svg

This file was deleted.

1 change: 0 additions & 1 deletion badges/badge-functions.svg

This file was deleted.

1 change: 0 additions & 1 deletion badges/badge-lines.svg

This file was deleted.

1 change: 0 additions & 1 deletion badges/badge-statements.svg

This file was deleted.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"src"
],
"scripts": {
"test": "jest && jest-coverage-badges output badges",
"test": "jest",
"lint": "eslint --ext .js,.vue src/",
"lint:fix": "eslint --ext .js,.vue src/ --fix",
"build": "cross-env NODE_ENV=production webpack --config webpack.config.js"
Expand Down Expand Up @@ -44,7 +44,6 @@
"eslint-plugin-vue": "^6.0.1",
"husky": "^4.2.3",
"jest": "^24.9.0",
"jest-coverage-badges": "^1.1.2",
"lodash.keyby": "^4.6.0",
"poi": "^12.7.1",
"prettier": "^1.19.1",
Expand All @@ -64,4 +63,4 @@
"vue": "^2.6.10",
"vuex": "^3.1.2"
}
}
}
19 changes: 0 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6082,13 +6082,6 @@ jest-config@^24.9.0:
pretty-format "^24.9.0"
realpath-native "^1.1.0"

jest-coverage-badges@^1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/jest-coverage-badges/-/jest-coverage-badges-1.1.2.tgz#a70786b139fd8fb685db732e1e2d916d8a47287e"
integrity sha512-44A7i2xR6os8+fWk8ZRM6W4fKiD2jwKOLU9eB3iTIIWACd9RbdvmiCNpQZTOsUBhKvz7aQ/ASFhu5JOEhWUOlg==
dependencies:
mkdirp "0.5.1"

jest-diff@^24.9.0:
version "24.9.0"
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-24.9.0.tgz#931b7d0d5778a1baf7452cb816e325e3724055da"
Expand Down Expand Up @@ -6965,11 +6958,6 @@ minimatch@^3.0.4:
dependencies:
brace-expansion "^1.1.7"

[email protected]:
version "0.0.8"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=

minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5:
version "1.2.5"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
Expand Down Expand Up @@ -7035,13 +7023,6 @@ mixin-object@^2.0.1:
for-in "^0.1.3"
is-extendable "^0.1.1"

[email protected]:
version "0.5.1"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=
dependencies:
minimist "0.0.8"

mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.5, mkdirp@~0.5.1:
version "0.5.5"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def"
Expand Down

0 comments on commit 67fe536

Please sign in to comment.