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:
Alex Gyoshev 2017-09-18 17:12:33 +03:00 коммит произвёл Alex Gyoshev
Родитель e80fd71aca
Коммит 0f9c82f2bc
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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"