Skip to content

Commit 530e9c9

Browse files
committed
Updates bower file to correct ignore path for source
It was ignoring "src" folder which has been changed to "source" so added source in bower ignores. Fix #455
1 parent a4a9fe8 commit 530e9c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "./animate.css",
44
"ignore": [
55
".*",
6-
"src",
6+
"source",
77
"*.yml",
88
"Gemfile",
99
"Gemfile.lock",

0 commit comments

Comments
 (0)