Skip to content

Commit 05146c3

Browse files
committed
Removed the ignore and set the latest files as main entry point
1 parent 68fce13 commit 05146c3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

bower.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"license": "CC-BY-NC",
1515
"private": true,
1616
"main": [
17-
"./dist/2.2.0/css/ng-annotate-2.2.0.min.css",
18-
"./dist/2.2.0/js/ng-annotate-2.2.0.min.js"
17+
"./dist/ng-annotate-latest.min.css",
18+
"./dist/ng-annotate-latest.min.js"
1919
],
2020
"ignore": [
2121
"node_modules",
@@ -25,8 +25,7 @@
2525
"example-app",
2626
"dev",
2727
"/css/",
28-
"/js/",
29-
"/dist/**/"
28+
"/js/"
3029
],
3130
"dependencies": {
3231
"angular": "~1.2.6"

0 commit comments

Comments
 (0)