Added .npmignore

This commit is contained in:
euvl
2017-03-13 12:29:29 +00:00
parent 1d699378dd
commit 8e5520db4f
2 changed files with 4 additions and 1 deletions

3
.npmignore Normal file
View File

@@ -0,0 +1,3 @@
examples
_config.yml
webpack.*

View File

@@ -1,7 +1,7 @@
{ {
"name": "vue-js-modal", "name": "vue-js-modal",
"description": "Modal Component for Vue.js", "description": "Modal Component for Vue.js",
"version": "1.0.1", "version": "1.0.2",
"author": "euvl <yev.vlasenko@gmail.com>", "author": "euvl <yev.vlasenko@gmail.com>",
"private": false, "private": false,
"main": "./Modal/index.js", "main": "./Modal/index.js",