chore: updates for the npm package release

This commit is contained in:
Alex Gyoshev 2016-09-06 14:47:09 +03:00
Родитель 795e8a53f2
Коммит 4c1be584b3
3 изменённых файлов: 13 добавлений и 1 удалений

2
.gitignore поставляемый
Просмотреть файл

@ -1,5 +1,5 @@
node_modules
dist/*
!dist/main.css
tmp
.tmp
.DS_Store

8
.npmignore Normal file
Просмотреть файл

@ -0,0 +1,8 @@
.tmp/
.travis.yml
dist/*.js
sass-lint.yml
demo/
*.tgz
webpack.config.js

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

@ -13,6 +13,10 @@
"start": "webpack-dev-server --hot --inline",
"build": "webpack --optimize-minimize"
},
"repository": {
"type": "git",
"url": "https://github.com/telerik/kendo-theme-bootstrap.git"
},
"author": "Progress",
"license": "Apache-2.0",
"devDependencies": {