From bab1622c526ed56176694447c417fcbc8e24c169 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Thu, 7 Jan 2016 14:59:10 -0800 Subject: [PATCH] rm(mispelled): Stranded package.json file --- examples/personal-level-inicators/package.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 examples/personal-level-inicators/package.json diff --git a/examples/personal-level-inicators/package.json b/examples/personal-level-inicators/package.json deleted file mode 100644 index 8b803b647..000000000 --- a/examples/personal-level-inicators/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "personal-level-indicators", - "main": "./lib/main", - "version": "0.1.0", - "isOptional": true, - "title": "Personal Level Indicators", - "description": "Display chevrons beside threads that indicate whether you're a direct recipient or the only recipient on a thread.", - "repository": { - "type": "git", - "url": "" - }, - "engines": { - "nylas": ">=0.3.0 <0.5.0" - }, - "description": "Enter a description of your package!", - "dependencies": [], - "license": "MIT" -}