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/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" -} diff --git a/package.json b/package.json index 3a0a77a..6688448 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" } -