From 38b72d8a29e7d9efdcc02453a5568a22a0af31bb Mon Sep 17 00:00:00 2001 From: Jade Misenas Date: Thu, 9 Jul 2015 19:52:11 -0400 Subject: [PATCH] Remove component.json --- .npmignore | 1 - bower.json | 1 - component.json | 41 ----------------------------------------- readme.md | 2 +- 4 files changed, 1 insertion(+), 44 deletions(-) delete mode 100644 component.json diff --git a/.npmignore b/.npmignore index 749adb466c..dded166b50 100644 --- a/.npmignore +++ b/.npmignore @@ -11,7 +11,6 @@ tmp .jshintrc .travis.yml bower.json -component.json CONTRIBUTING.md Gruntfile.js SpecRunner.html diff --git a/bower.json b/bower.json index fe90cf2445..09f9ac0246 100644 --- a/bower.json +++ b/bower.json @@ -27,7 +27,6 @@ ".jshintrc", ".npmignore", ".travis.yml", - "component.json", "CONTRIBUTING.md", "Gruntfile.js", "SpecRunner.html", diff --git a/component.json b/component.json deleted file mode 100644 index de311207b5..0000000000 --- a/component.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "backbone.marionette", - "description": "Make your Backbone.js apps dance!", - "version": "2.4.1", - "repo": "marionettejs/backbone.marionette", - "main": "lib/core/backbone.marionette.js", - "keywords": [ - "backbone", - "plugin", - "marionette", - "composite", - "architecture", - "single", - "page", - "app", - "client", - "browser" - ], - "license": "MIT", - "licenses": [ - { - "type": "MIT", - "url": "https://github.com/marionettejs/backbone.marionette/blob/master/license.txt" - } - ], - "author": { - "name": "Derick Bailey", - "email": "derickbailey@gmail.com", - "web": "http://derickbailey.lostechies.com" - }, - "dependencies": { - "marionettejs/backbone.babysitter": "*", - "marionettejs/backbone.radio": "*", - "marionettejs/backbone-metal": "*", - "jashkenas/backbone": "1.0.0 - 1.2.1", - "jashkenas/underscore": "1.4.4 - 1.8.3" - }, - "scripts": [ - "lib/core/backbone.marionette.js" - ] -} diff --git a/readme.md b/readme.md index 0dc79ffb91..fcb99e4bcd 100644 --- a/readme.md +++ b/readme.md @@ -97,7 +97,7 @@ please visit [the downloads section on the website](http://marionettejs.com#down ### Available Packages -Marionette is available via bower, npm, and component.io. There are other channels that are maintained by the community. +Marionette is available via bower and npm. There are other channels that are maintained by the community. ## Release Notes And Upgrade Guide