From 6cb9d6ce015f5a986974121799daf264441bbe5f Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 24 Apr 2015 10:10:31 -0700 Subject: bower.json: Remove font files from `main` Per https://github.com/bower/bower.json-spec/pull/43 : > font files [...] are not `main` files as they are not entry-points. If you have a complaint about this, take it up with the Bower folks: https://github.com/bower/bower.json-spec/issues --- bower.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'bower.json') diff --git a/bower.json b/bower.json index d7eea3922..574435080 100644 --- a/bower.json +++ b/bower.json @@ -16,12 +16,7 @@ "main": [ "less/bootstrap.less", "dist/css/bootstrap.css", - "dist/js/bootstrap.js", - "dist/fonts/glyphicons-halflings-regular.eot", - "dist/fonts/glyphicons-halflings-regular.svg", - "dist/fonts/glyphicons-halflings-regular.ttf", - "dist/fonts/glyphicons-halflings-regular.woff", - "dist/fonts/glyphicons-halflings-regular.woff2" + "dist/js/bootstrap.js" ], "ignore": [ "/.*", -- cgit v1.2.3 From 38861984d9035333e2b366d307a5b874df8b8759 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 24 Apr 2015 10:12:50 -0700 Subject: bower.json: Remove bootstrap.css from `main` Per https://github.com/bower/bower.json-spec/pull/43 : > Use source files with module exports and imports over pre-built distribution files. Also, the example in that PR doesn't include /dist/movement.css or /dist/movement.min.css in its `main`. If you have a complaint about this, take it up with the Bower folks: https://github.com/bower/bower.json-spec/issues --- bower.json | 1 - 1 file changed, 1 deletion(-) (limited to 'bower.json') diff --git a/bower.json b/bower.json index 574435080..d89aa19cf 100644 --- a/bower.json +++ b/bower.json @@ -15,7 +15,6 @@ "homepage": "http://getbootstrap.com", "main": [ "less/bootstrap.less", - "dist/css/bootstrap.css", "dist/js/bootstrap.js" ], "ignore": [ -- cgit v1.2.3 From 23445e0cb256a464585b5002101aed814dfedd17 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 27 Apr 2015 10:39:16 -0700 Subject: bower.json: set `moduleType` to `globals` Per https://github.com/bower/bower.json-spec/commit/632ff90a2c857e9cb4a4236e8ddb069cc0716865#commitcomment-10914138 [ci skip] --- bower.json | 1 + 1 file changed, 1 insertion(+) (limited to 'bower.json') diff --git a/bower.json b/bower.json index d89aa19cf..2b9bd26bd 100644 --- a/bower.json +++ b/bower.json @@ -13,6 +13,7 @@ "web" ], "homepage": "http://getbootstrap.com", + "moduleType": "globals", "main": [ "less/bootstrap.less", "dist/js/bootstrap.js" -- cgit v1.2.3 From 52d8a0c78eed4332b5d33b341ffb99c9e1e86882 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 27 Apr 2015 10:44:09 -0700 Subject: bower.json: rm moot `version` field Per https://github.com/bower/bower.json-spec/commit/a325da3d79baab018c572d75dc1781b12322f6cd --- bower.json | 1 - 1 file changed, 1 deletion(-) (limited to 'bower.json') diff --git a/bower.json b/bower.json index 2b9bd26bd..3c9fad90d 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,6 @@ { "name": "bootstrap", "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", - "version": "3.3.4", "keywords": [ "css", "js", -- cgit v1.2.3 From f1e1411536c41c4a4bfd2c69d1bbb32b4e457a1c Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 27 Apr 2015 10:47:22 -0700 Subject: bower.json: Add `license` field [ci skip] --- bower.json | 1 + 1 file changed, 1 insertion(+) (limited to 'bower.json') diff --git a/bower.json b/bower.json index 3c9fad90d..686bcf1ae 100644 --- a/bower.json +++ b/bower.json @@ -12,6 +12,7 @@ "web" ], "homepage": "http://getbootstrap.com", + "license": "MIT", "moduleType": "globals", "main": [ "less/bootstrap.less", -- cgit v1.2.3