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

Commit 45dea2e

Browse files
committed
Update bower.json
1 parent 497c10e commit 45dea2e

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

bower.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,23 @@
99
"angular-mocks": "^1.2.0"
1010
},
1111
"authors": ["Jakub Strojewski <[email protected]>"],
12-
"ignore": [],
12+
"ignore": [
13+
"test",
14+
"ts",
15+
"gulp",
16+
".gitignore",
17+
".travis.yml",
18+
"Gulpfile.js"
19+
],
1320
"keywords": [
1421
"TypeScript",
1522
"AngularJS"
1623
],
1724
"license": "WTFPL",
1825
"main": [
19-
"angular.ts",
20-
"resource.ts"
26+
"at-angular.ts",
27+
"at-angular-resource.ts"
2128
],
22-
"overrides": {
23-
"angular": {"main": ["angular.js"]},
24-
"angular-mocks": {"main": ["angular-mocks.js"]},
25-
"angular-resource": {"main": ["angular-resource.js"]}
26-
},
2729
"repository": {
2830
"type": "git",
2931
"url": "git://github.com/ulfryk/angular-typescript.git"

0 commit comments

Comments
 (0)