Skip to content

Commit 3a4f794

Browse files
authored
Merge pull request #1 from epeejs/feature
chore: update package sideEffects
2 parents 84d4151 + fe39596 commit 3a4f794

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

packages/antd-img-crop/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "@epeejs/antd-img-crop",
33
"version": "1.1.0",
44
"description": "An image cropper for Ant Design Upload",
5-
"homepage": "https://github.com/epeejs/react-components/blob/main/packages/antd-img-crop/README.md",
65
"sideEffects": [
7-
"*.less"
6+
"**/*.css",
7+
"**/*.less"
88
],
99
"keywords": [
1010
"react",
@@ -34,9 +34,6 @@
3434
"scripts": {
3535
"test": "echo \"Error: run tests from root\" && exit 1"
3636
},
37-
"bugs": {
38-
"url": "https://github.com/epeejs/react-components/issues"
39-
},
4037
"dependencies": {
4138
"react-easy-crop": "^3.5.2"
4239
},

packages/pro-layout/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"main": "es/index.js",
66
"module": "es/index.js",
77
"types": "es/index.d.ts",
8-
"homepage": "https://github.com/epeejs/react-components/blob/main/packages/pro-layout/README.md",
98
"repository": {
109
"type": "git",
1110
"url": "https://github.com/epeejs/react-components/tree/main/packages/pro-layout"
1211
},
1312
"sideEffects": [
14-
"*.less"
13+
"**/*.css",
14+
"**/*.less"
1515
],
1616
"license": "MIT",
1717
"files": [

packages/pro-table/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"main": "es/index.js",
66
"module": "es/index.js",
77
"types": "es/index.d.ts",
8-
"homepage": "https://github.com/epeejs/react-components/blob/main/packages/pro-table/README.md",
98
"license": "MIT",
109
"sideEffects": [
11-
"*.less"
10+
"**/*.css",
11+
"**/*.less"
1212
],
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)