Skip to content
This repository was archived by the owner on Oct 5, 2019. It is now read-only.

Commit bc67c03

Browse files
authored
trailing comma breaks bower install (#161)
trailing comma breaks bower install
2 parents 5ace2f5 + aab76f7 commit bc67c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"angular": ">= 1.3 <=1.7"
2727
},
2828
"devDependencies": {
29-
"bootstrap": "~3.3.6",
29+
"bootstrap": "~3.3.6"
3030

3131
}
3232
}

0 commit comments

Comments
 (0)