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

Commit 1db8f7b

Browse files
author
John Lomma
committed
fix(bower): Change main in bower to a relative filepath
This fixes wiredep not being able to find main bower file.
1 parent a4a9c4b commit 1db8f7b

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
@@ -7,7 +7,7 @@
77
"Astrism <[email protected]>",
88
"Kent C. Dodds <[email protected]>"
99
],
10-
"main": "dist/angular-formly-templates-bootstrap.js",
10+
"main": "./dist/angular-formly-templates-bootstrap.js",
1111
"description": "Angular-Formly plugin which outputs bootstrap compatible form fields.",
1212
"keywords": [
1313
"AngularJs",

0 commit comments

Comments
 (0)