Skip to content

Commit 649cd16

Browse files
committed
Merge pull request #1 from david-gang/david-gang-fix-bower-json-patch
fix issues with bower.json
2 parents 043e632 + 71efece commit 649cd16

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bower.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-aop",
3-
"main": "index.js",
3+
"main": "./build/angular-aop.js",
44
"version": "0.3.1",
55
"homepage": "https://github.com/mgechev/angular-aop",
66
"authors": [
@@ -22,6 +22,9 @@
2222
"test",
2323
"tests"
2424
],
25+
"dependencies": {
26+
"angular": ">=1.2.0"
27+
},
2528
"devDependencies": {
2629
"angular-mocks": "~1.2.0",
2730
"jasmine": "~2.2.1"

0 commit comments

Comments
 (0)