From 05146c3522b2fa7ac7393ef66ba5dc906ed6591f Mon Sep 17 00:00:00 2001 From: Robin Andersson Date: Tue, 24 Jun 2014 15:10:49 +0200 Subject: [PATCH] Removed the ignore and set the latest files as main entry point --- bower.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 267fbbd..c92e136 100644 --- a/bower.json +++ b/bower.json @@ -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", @@ -25,8 +25,7 @@ "example-app", "dev", "/css/", - "/js/", - "/dist/**/" + "/js/" ], "dependencies": { "angular": "~1.2.6"