From 559e2355e1755af87d607aa3ae1d4173ca15c3c7 Mon Sep 17 00:00:00 2001 From: Jared Abbott Date: Tue, 9 Jan 2018 18:08:06 -0330 Subject: [PATCH 1/4] Remove Bower --- bower.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 bower.json diff --git a/bower.json b/bower.json deleted file mode 100644 index 891a8fd..0000000 --- a/bower.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "l20n-shell", - "version": "1.0.2", - "authors": [ - "Zoran Melis ", - "Jurko Gospodnetic " - ], - "description": "Shell bindings for the L20n framework", - "main": "l20n.js", - "keywords": [ - "localization", - "l10n", - "l20n" - ], - "license": "Apache 2.0", - "homepage": "http://l20n.org" -} From 6c4c63aed9a13f8d8f430450bb2c165b7077f4a0 Mon Sep 17 00:00:00 2001 From: Jared Abbott Date: Tue, 9 Jan 2018 18:10:43 -0330 Subject: [PATCH 2/4] Update version --- .gitignore | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eda9179 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# Blacklist Every File +* + +# Whitelist Top-level Files +!.gitignore +!README.md +!LICENSE +!NOTICE +!package.json +!l20n.js diff --git a/package.json b/package.json index 3a0a77a..47c9dc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bluedrop-l20n-shell", - "version": "1.0.2", + "version": "1.0.0", "description": "This repository contains the build of l20n.js with shell bindings.", "main": "l20n.js", "scripts": { From 59c5dfe03e8f5c68a96d566d86e9ad5a93372259 Mon Sep 17 00:00:00 2001 From: Jared Abbott Date: Tue, 9 Jan 2018 21:30:11 -0330 Subject: [PATCH 3/4] Edits --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 47c9dc6..b38299a 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ "l20n" ], "contributors": [ - { - "name": "Jared Abbott" - } + { + "name": "Jared Abbott" + } ], "license": "Apache", "bugs": { @@ -24,4 +24,3 @@ }, "homepage": "https://github.com/CoursePark/l20n-shell#readme" } - From 99c0ffdc754eee941ab385cff46353c479c8dcd4 Mon Sep 17 00:00:00 2001 From: Jared Abbott Date: Tue, 9 Jan 2018 21:48:24 -0330 Subject: [PATCH 4/4] Revert --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b38299a..6688448 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bluedrop-l20n-shell", - "version": "1.0.0", + "version": "1.0.2", "description": "This repository contains the build of l20n.js with shell bindings.", "main": "l20n.js", "scripts": {