Skip to content

Commit f753b91

Browse files
committed
issue #12 : files section added to package.json to prevent redundant assets import
1 parent 2cf5c82 commit f753b91

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

package.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
"displayName": "UI Rounded Corners",
44
"version": "2.0.1",
55
"description": "This package provides components and shaders that allows you to add rounded corners to UI elements!",
6-
"keywords": ["UI", "Shader", "Cg", "Hlsl"],
7-
"category": "UI"
6+
"keywords": [
7+
"UI",
8+
"Shader",
9+
"Cg",
10+
"Hlsl"
11+
],
12+
"category": "UI",
13+
"files": [
14+
"/LICENSE",
15+
"/LICENSE.meta",
16+
"/README.md",
17+
"/README.md.meta",
18+
"/package.json",
19+
"/package.json.meta",
20+
"/UiRoundedCorners",
21+
"/UiRoundedCorners.meta"
22+
]
823
}

0 commit comments

Comments
 (0)