Skip to content

Commit 59faffd

Browse files
committed
- update conf file
1 parent 0859dc2 commit 59faffd

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.npmignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@
1010
bower.json
1111
Gruntfile.js
1212
karma.conf.js
13-
*.log
13+
*.log
14+
.vscode
15+
.jshintrc
16+
.travis.yml
17+
.npmignore

bower.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@
3939
"Gruntfile.js",
4040
"karma.conf.js",
4141
"package.json",
42+
"bower.json",
4243
".jshintrc",
4344
".travis.yml",
44-
".bower.json",
45-
"bower.json"
45+
".npmignore",
46+
".vscode"
4647
]
4748
}

0 commit comments

Comments
 (0)