fix: correct main file name in NPM package
allows use in unpkg via https://unpkg.com/@progress/kendo-theme-default also takes into account the [npm-sass importer](https://www.npmjs.com/package/npm-sass#imports)
This commit is contained in:
Родитель
e80fd71aca
Коммит
0f9c82f2bc
|
@ -9,7 +9,8 @@
|
|||
"Bootstrap",
|
||||
"Theme"
|
||||
],
|
||||
"main": "scss/all.scss",
|
||||
"main": "dist/all.css",
|
||||
"sass": "scss/all.scss",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/telerik/kendo-theme-bootstrap.git"
|
||||
|
|
Загрузка…
Ссылка в новой задаче