Skip to content

Commit

Permalink
Removed the ignore and set the latest files as main entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
robinwassen committed Jun 24, 2014
1 parent 68fce13 commit 05146c3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"license": "CC-BY-NC",
"private": true,
"main": [
"./dist/2.2.0/css/ng-annotate-2.2.0.min.css",
"./dist/2.2.0/js/ng-annotate-2.2.0.min.js"
"./dist/ng-annotate-latest.min.css",
"./dist/ng-annotate-latest.min.js"
],
"ignore": [
"node_modules",
Expand All @@ -25,8 +25,7 @@
"example-app",
"dev",
"/css/",
"/js/",
"/dist/**/"
"/js/"
],
"dependencies": {
"angular": "~1.2.6"
Expand Down

0 comments on commit 05146c3

Please sign in to comment.