From e8d7295e71a0ce4cdc995358f0643fb8ae71683d Mon Sep 17 00:00:00 2001 From: Walle Cyril Date: Mon, 29 Oct 2018 20:10:41 +0100 Subject: [PATCH] drop bower --- bower.json | 28 ---------------------------- package.json | 2 +- 2 files changed, 1 insertion(+), 29 deletions(-) delete mode 100644 bower.json diff --git a/bower.json b/bower.json deleted file mode 100644 index 94479f9..0000000 --- a/bower.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "core_js", - "version": "0.7.0", - "homepage": "https://github.com/mauriciosoares/core.js", - "authors": [ - "Mauricio Soares " - ], - "description": "Lightweight framework for scalable applications", - "moduleType": [ - "globals" - ], - "keywords": [ - "core", - "core.js", - "lightweight", - "framework", - "scalable", - "application" - ], - "license": "MIT", - "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "test", - "tests" - ] -} diff --git a/package.json b/package.json index 5a1a3ff..2ffb201 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "core.js", - "version": "0.9.0", + "version": "0.10.0", "description": "Lightweight framework for scalable applications", "author": "Mauricio Soares", "homepage": "https://github.com/msodeveloper/core.js",