We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package.json
1 parent 192babf commit a8e3f68Copy full SHA for a8e3f68
package.json
@@ -2,9 +2,9 @@
2
"name": "@db-ui/core",
3
"version": "2.0.0-42",
4
"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",
+ "style": "./dist/css/enterprise/db-ui-core.css",
+ "sass": "./sources/css/enterprise/db-ui-core.scss",
+ "browser": "./dist/js/main.min.js",
8
"bugs": {
9
"url": "https://github.com/db-ui/core/issues"
10
},
0 commit comments