Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit 496229b

Browse files
committed
fixed missing comma in bower file
1 parent d2b0810 commit 496229b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "angular-formly",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"authors": [
55
"Grant Helton <[email protected]>"
66
],
77
"main": [
88
"dist/formly.min.js",
99
"dist/formly.min.map"
10-
]
10+
],
1111
"description": "AngularJS directive which takes JSON representing a form and renders to HTML",
1212
"keywords": [
1313
"AngularJs",

0 commit comments

Comments
 (0)