Skip to content
This repository was archived by the owner on Nov 27, 2018. It is now read-only.

Commit ee5d0c1

Browse files
author
bcabanes
committed
fix(publish): Add npmignor file
Closes #17
1 parent 663a145 commit ee5d0c1

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ coverage
44
dist
55
node_modules
66

7-
npm-debug.log
8-
7+
npm-debug.log

.npmignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.idea
2+
bower_components
3+
coverage
4+
dist
5+
node_modules
6+
dev
7+
npm-debug.log
8+
.gitignore
9+
.travis.yml
10+
karma.conf.js
11+
webpack.config.js

0 commit comments

Comments
 (0)