Skip to content

Commit ee94cc3

Browse files
committed
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`.
1 parent 1e21413 commit ee94cc3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bower.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
"author": "Jason Dobry",
33
"name": "angular-data",
44
"description": "Data store for Angular.js.",
5-
"version": "1.4.2",
65
"homepage": "http://angular-data.pseudobry.com/",
76
"repository": {
87
"type": "git",
98
"url": "https://github.com/jmdobry/angular-data.git"
109
},
11-
"main": "./dist/angular-data.min.js",
10+
"main": "./dist/angular-data.js",
1211
"ignore": [
1312
".idea/",
1413
".*",

0 commit comments

Comments
 (0)