Skip to content

Commit

Permalink
fix: remove core-js from dependencies (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovamen committed Feb 27, 2021
1 parent 8a704b1 commit 79f7106
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 13 deletions.
4 changes: 2 additions & 2 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![npm](https://img.shields.io/npm/v/oh-vue-icons.svg?style=flat-square)](https://www.npmjs.com/package/oh-vue-icons) ![downloads](https://img.shields.io/npm/dt/oh-vue-icons.svg?style=flat-square) [![license](https://img.shields.io/badge/License-MIT-green?style=flat-square)](LICENSE)

🇬🇧 [English](README.md) | 🇨🇳 **中文说明**
[English](README.md) | **中文说明**

`oh-vue-icons` 是一个能让你在 [Vue](https://vuejs.org/) 中轻松从多个流行图标库中引入 SVG 图标的组件。它是 tree-shakable 的,因此你能够仅引入你需要的图标从而减小打包体积。

Expand Down Expand Up @@ -142,7 +142,7 @@ export default {
export default {
// ...
build: {
transpile: ['oh-vue-icons']
transpile: ["oh-vue-icons"]
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![npm](https://img.shields.io/npm/v/oh-vue-icons.svg?style=flat-square)](https://www.npmjs.com/package/oh-vue-icons) ![downloads](https://img.shields.io/npm/dt/oh-vue-icons.svg?style=flat-square) [![license](https://img.shields.io/badge/License-MIT-green?style=flat-square)](LICENSE)

🇬🇧 **English** | 🇨🇳 [中文说明](README-CN.md)
**English** | [中文说明](README-CN.md)

A [Vue](https://vuejs.org/) component for including inline SVG icons from different popular iconpacks easily. It is tree-shakable and allows only importing the used icons.

Expand Down Expand Up @@ -142,7 +142,7 @@ When using Nuxt.js for server side rendering, `oh-vue-icons` should be added to
export default {
// ...
build: {
transpile: ['oh-vue-icons']
transpile: ["oh-vue-icons"]
}
}
```
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@
"sort-package-json"
]
},
"dependencies": {
"core-js": "^3.4.4"
},
"devDependencies": {
"@nuxt/content": "^1.11.1",
"@nuxtjs/tailwindcss": "^3.1.0",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3715,11 +3715,6 @@ core-js@^2.6.5:
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"
integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==

core-js@^3.4.4:
version "3.8.0"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.8.0.tgz#0fc2d4941cadf80538b030648bb64d230b4da0ce"
integrity sha512-W2VYNB0nwQQE7tKS7HzXd7r2y/y2SVJl4ga6oH/dnaLFzM0o2lB2P3zCkWj5Wc/zyMYjtgd5Hmhk0ObkQFZOIA==

core-js@^3.6.5:
version "3.8.1"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.8.1.tgz#f51523668ac8a294d1285c3b9db44025fda66d47"
Expand Down

0 comments on commit 79f7106

Please sign in to comment.