Skip to content

Commit 146add1

Browse files
committed
release: @coreui/icons v2.1.0
1 parent e2a9da8 commit 146add1

23 files changed

+93
-99
lines changed

packages/icons-react/.eslintignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
{
2-
"ignorePatterns": [".eslintrc.js"]
3-
}
1+
/dist/**
2+
.eslintrc.js
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/**
2+
* Copyright (c) 2013-present, creativeLabs Lukasz Holeczek.
3+
*
4+
* This source code is licensed under the MIT license found in the
5+
* LICENSE file in the root directory of this source tree.
6+
*/
7+
8+
'use strict'
9+
10+
module.exports = {
11+
moduleNameMapper: {
12+
'\\.(css|scss)$': '<rootDir>/test/styleMock.js',
13+
},
14+
preset: 'ts-jest',
15+
testEnvironment: 'jsdom',
16+
testPathIgnorePatterns: ['dist/'],
17+
transform: {
18+
'.*\\.(js)$': 'ts-jest',
19+
'.*\\.(tsx)$': 'ts-jest',
20+
},
21+
}

packages/icons-react/package.json

Lines changed: 18 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
22
"name": "@coreui/icons-react",
3-
"description": "Official React component for CoreUI Icons",
43
"version": "2.0.0-rc.6",
5-
"license": "MIT",
4+
"description": "Official React component for CoreUI Icons",
5+
"keywords": [
6+
"coreui",
7+
"coreui-icons",
8+
"coreui-react",
9+
"icons",
10+
"svg",
11+
"svg-icons",
12+
"layout",
13+
"component",
14+
"react"
15+
],
616
"homepage": "https://icons.coreui.io",
7-
"author": {
8-
"name": "CoreUI",
9-
"url": "https://coreui.io",
10-
"github": "https://github.com/coreui",
11-
"twitter": "https://twitter.com/core_ui"
17+
"bugs": {
18+
"url": "https://github.com/coreui/coreui-icons/issues"
1219
},
13-
"contributors": [
14-
{
15-
"name": "CoreUI Team",
16-
"url": "https://github.com/orgs/coreui/people"
17-
}
18-
],
1920
"repository": {
2021
"type": "git",
2122
"url": "https://github.com/coreui/coreui-icons.git"
2223
},
23-
"bugs": {
24-
"url": "https://github.com/coreui/coreui-icons/issues"
25-
},
24+
"license": "MIT",
25+
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
2626
"main": "dist/index.js",
2727
"module": "dist/index.es.js",
2828
"jsnext:main": "dist/index.es.js",
@@ -37,9 +37,6 @@
3737
"test": "jest --coverage",
3838
"test:update": "jest --coverage --updateSnapshot"
3939
},
40-
"peerDependencies": {
41-
"react": "^17"
42-
},
4340
"devDependencies": {
4441
"@rollup/plugin-commonjs": "^21.0.0",
4542
"@rollup/plugin-node-resolve": "^13.0.5",
@@ -67,29 +64,7 @@
6764
"ts-jest": "^27.0.7",
6865
"typescript": "^4.4.4"
6966
},
70-
"keywords": [
71-
"coreui",
72-
"coreui-icons",
73-
"coreui-react",
74-
"icons",
75-
"svg",
76-
"svg-icons",
77-
"layout",
78-
"component",
79-
"react"
80-
],
81-
"jest": {
82-
"moduleNameMapper": {
83-
"\\.(css|scss)$": "<rootDir>/test/styleMock.js"
84-
},
85-
"preset": "ts-jest",
86-
"testEnvironment": "jsdom",
87-
"testPathIgnorePatterns": [
88-
"dist/"
89-
],
90-
"transform": {
91-
".*\\.(js)$": "ts-jest",
92-
".*\\.(tsx)$": "ts-jest"
93-
}
67+
"peerDependencies": {
68+
"react": "^17"
9469
}
9570
}

packages/icons-vue/.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
/dist/**
2-
/docs/**
32
.eslintrc.js

packages/icons/css/all.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/icons/css/all.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/icons/css/all.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/icons/css/brand.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/icons/css/brand.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/icons/css/brand.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)