From b826f0c6a5bdfaa23f3424f32d90946d26762162 Mon Sep 17 00:00:00 2001 From: Huskydog9988 <39809509+Huskydog9988@users.noreply.github.com> Date: Sat, 21 Dec 2019 12:09:01 -0500 Subject: [PATCH] Delete github package.json Redundant file --- github package.json | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 github package.json diff --git a/github package.json b/github package.json deleted file mode 100644 index a6200b8..0000000 --- a/github package.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "@huskylabs/unicode-braille-translator", - "version": "0.1.2", - "description": "An easy, and simple npm package that converts text to braille and back. Robust and reliable with an ever increasing accuracy.", - "main": "./src/index", - "scripts": { - "test": "node ./src/test" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/HuskyLabs/Unicode-Braille-Translator.git" - }, - "keywords": [ - "braille", - "translator", - "translate", - "unicode" - ], - "author": "HuskyLabs", - "license": "MIT", - "bugs": { - "url": "https://github.com/HuskyLabs/Unicode-Braille-Translator/issues" - }, - "homepage": "https://github.com/HuskyLabs/Unicode-Braille-Translator#readme", - "publishConfig": { "registry": "https://npm.pkg.github.com/" } -}