We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0859dc2 commit 59faffdCopy full SHA for 59faffd
.npmignore
@@ -10,4 +10,8 @@
10
bower.json
11
Gruntfile.js
12
karma.conf.js
13
-*.log
+*.log
14
+.vscode
15
+.jshintrc
16
+.travis.yml
17
+.npmignore
bower.json
@@ -39,9 +39,10 @@
39
"Gruntfile.js",
40
"karma.conf.js",
41
"package.json",
42
+ "bower.json",
43
".jshintrc",
44
".travis.yml",
- ".bower.json",
45
- "bower.json"
+ ".npmignore",
46
+ ".vscode"
47
]
48
}
0 commit comments