From 7e4d0735292bb03c22946bb93e2579b19433c5d4 Mon Sep 17 00:00:00 2001 From: JP Ventura Date: Thu, 17 Nov 2016 08:58:28 -0200 Subject: [PATCH] :books: Fix open source license field on package.json --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index d214d31..0e2caee 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "description": "The officially supported Backbone binding for Firebase", "version": "0.5.1", "author": "Firebase (https://firebase.google.com/)", + "license": "MIT", "homepage": "https://github.com/firebase/backbonefire/", "repository": { "type": "git", @@ -11,12 +12,6 @@ "bugs": { "url": "https://github.com/firebase/backbonefire/issues" }, - "licenses": [ - { - "type": "MIT", - "url": "http://firebase.mit-license.org/" - } - ], "keywords": [ "backbone", "firebase",