[Pkg-javascript-commits] [backbone] 104/173: Remove deprecated component.json

Jonas Smedegaard dr at jones.dk
Wed Aug 31 07:44:08 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository backbone.

commit be14f693421ffc50415e579875b82d407f80e0e2
Author: Paul Falgout <paul at otterball.com>
Date:   Sun Jan 3 22:44:33 2016 -0600

    Remove deprecated component.json
    
    component.json has been [deprecated since June](https://github.com/componentjs/component#this-project-is-deprecated)
    
    So there's no reason to keep maintaining it.
    
    And as it is, @jashkenas [does](https://github.com/jashkenas/underscore/pull/884#issuecomment-10999128) [not](https://github.com/jashkenas/backbone/pull/2622#issuecomment-19669694) [like](https://github.com/jashkenas/backbone/pull/2811#issuecomment-26351438) [it](https://github.com/jashkenas/backbone/commit/28d345a231cfae6b4fcc6a0e394a3534269cd168#commitcomment-4557129).
---
 bower.json     |  2 +-
 component.json | 13 -------------
 2 files changed, 1 insertion(+), 14 deletions(-)

diff --git a/bower.json b/bower.json
index aafb56f..89e6886 100644
--- a/bower.json
+++ b/bower.json
@@ -4,5 +4,5 @@
   "dependencies"  : {
     "underscore"  : ">=1.8.3"
   },
-  "ignore"        : ["docs", "examples", "test", "*.yml", "*.html", "*.ico", "*.md", "CNAME", ".*", "karma.*", "component.json", "package.json"]
+  "ignore"        : ["docs", "examples", "test", "*.yml", "*.html", "*.ico", "*.md", "CNAME", ".*", "karma.*", "package.json"]
 }
diff --git a/component.json b/component.json
deleted file mode 100644
index 00f7371..0000000
--- a/component.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
-  "name"          : "backbone",
-  "version"       : "1.2.3",
-  "description"   : "Give your JS App some Backbone with Models, Views, Collections, and Events.",
-  "keywords"      : ["model", "view", "controller", "router", "server", "client", "browser"],
-  "repo"          : "jashkenas/backbone",
-  "dependencies"  : {
-    "jashkenas/underscore"  : ">=1.8.3"
-  },
-  "main"          : "backbone.js",
-  "scripts"       : ["backbone.js"],
-  "license"       : "MIT"
-}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git



More information about the Pkg-javascript-commits mailing list