Skip to content

Commit

Permalink
Exclude some files from npm installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Zlobin committed May 16, 2016
1 parent ea1742d commit 19a3feb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"name": "es-event-emitter",
"description": "Small and incredible fast Event-Emitter library based on JavaScript (ES2015)",
"version": "1.3.6",
"version": "1.3.7",
"main": "src/index.js",
"files": [
"src",
".babelrc",
".eslintrc",
"webpack.config.js"
],
"author": {
"name": "Eugene Zlobin",
"email": "creastar@gmail.com",
Expand Down

0 comments on commit 19a3feb

Please sign in to comment.