Skip to content

Commit a8e3f68

Browse files
committed
build: further optimized the general projects files definitions within package.json
1 parent 192babf commit a8e3f68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "@db-ui/core",
33
"version": "2.0.0-42",
44
"description": "",
5-
"style": "dist/css/enterprise/db-ui-core.css",
6-
"sass": "source/css/enterprise/db-ui-core.scss",
7-
"main": "dist/js/main.min.js",
5+
"style": "./dist/css/enterprise/db-ui-core.css",
6+
"sass": "./sources/css/enterprise/db-ui-core.scss",
7+
"browser": "./dist/js/main.min.js",
88
"bugs": {
99
"url": "https://github.com/db-ui/core/issues"
1010
},

0 commit comments

Comments
 (0)