From ba17c621f77ad43253ed97289463c1f7429c2bad Mon Sep 17 00:00:00 2001 From: Mikael Karon Date: Tue, 26 Nov 2013 20:22:35 +0800 Subject: [PATCH] Bumped version to 2.1.0 Removed package.json --- bower.json | 2 +- package.json | 24 ------------------------ 2 files changed, 1 insertion(+), 25 deletions(-) delete mode 100644 package.json diff --git a/bower.json b/bower.json index 7096166..4349672 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "troopjs-jquery", - "version": "2.0.2-1", + "version": "2.1.0", "ignore": [ "**/.*", "node_modules" diff --git a/package.json b/package.json deleted file mode 100644 index c6c152e..0000000 --- a/package.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "troopjs-jquery", - "description": "TroopJS jquery package", - "version": "2.0.2-1", - "author": { - "name": "Mikael Karon", - "email": "mikael@karon.se" - }, - "maintainers": [{ - "name": "Mikael Karon", - "web": "http://github.com/mikaelkaron" - }], - "repository": { - "type": "git", - "url": "https://github.com/troopjs/troopjs-jquery.git" - }, - "bugs": { - "url": "https://github.com/troopjs/troopjs-jquery/issues" - }, - "licenses": [{ - "type": "MIT", - "url": "http://troopjs.mit-license.org/" - }] -}