From ee94cc33c9e04e9d3cd0f5937211920144b81514 Mon Sep 17 00:00:00 2001 From: thorn0 Date: Wed, 3 Dec 2014 19:27:28 +0200 Subject: [PATCH] bower: update bower.json acc to the spec Bower uses git tags and ignores the `version` field. See https://github.com/bower/bower.json-spec#version Also according to the same spec, minified files shouldn't be included to `main`. --- bower.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 3f252e3..5d315ba 100644 --- a/bower.json +++ b/bower.json @@ -2,13 +2,12 @@ "author": "Jason Dobry", "name": "angular-data", "description": "Data store for Angular.js.", - "version": "1.4.2", "homepage": "http://angular-data.pseudobry.com/", "repository": { "type": "git", "url": "https://github.com/jmdobry/angular-data.git" }, - "main": "./dist/angular-data.min.js", + "main": "./dist/angular-data.js", "ignore": [ ".idea/", ".*",