Skip to content

Commit a59f97a

Browse files
author
fresa
committed
corrected wrong quotation marks in bower.json file which caused build to fail
1 parent d947eb2 commit a59f97a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

bower.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
"url": "git://github.com/FredrikSandell/angular-workers"
1010
},
1111
"ignore": [
12-
'src',
13-
'test',
14-
'.bowerrc',
15-
'.gitignore',
16-
'.jshintrc',
17-
'.travis.yml',
18-
'.editorconfig',
19-
'bower.json',
20-
'Gruntfile.js',
21-
'package.json',
22-
'karma.conf.js'
12+
"src",
13+
"test",
14+
".bowerrc",
15+
".gitignore",
16+
".jshintrc",
17+
".travis.yml",
18+
".editorconfig",
19+
"bower.json",
20+
"Gruntfile.js",
21+
"package.json",
22+
"karma.conf.js"
2323
],
2424
"dependencies": {
2525
"angular": "~1.3.*"

0 commit comments

Comments
 (0)