Skip to content

Commit 0a9e14e

Browse files
committed
fix(bower.json): location of main file
1 parent 65f5c57 commit 0a9e14e

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
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-xslt",
3-
"main": "ng-xslt.js",
3+
"main": "./src/ng-xslt.js",
44
"version": "0.0.2",
55
"description": "Angular filter that transforms XML using provided XSLT",
66
"keywords": [

0 commit comments

Comments
 (0)