From b009b50e81b6c1d0d691505b5f5c0418f559bfc0 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Thu, 14 Mar 2019 23:19:58 +0100 Subject: Remove Atom config --- atom/packages/aesthetic-ui/package.json | 34 --------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 atom/packages/aesthetic-ui/package.json (limited to 'atom/packages/aesthetic-ui/package.json') diff --git a/atom/packages/aesthetic-ui/package.json b/atom/packages/aesthetic-ui/package.json deleted file mode 100644 index 25ea67d..0000000 --- a/atom/packages/aesthetic-ui/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "aesthetic-ui", - "theme": "ui", - "version": "2.0.0", - "description": "An AESTHETIC UI theme for Atom", - "repository": { - "type": "git", - "url": "git+https://github.com/dtinth/atom-aesthetic-ui.git" - }, - "license": "MIT", - "engines": { - "atom": ">0.50.0" - }, - "readme": "# aesthetic-ui\n\nAn [aesthetic](http://knowyourmeme.com/memes/aesthetic) UI theme for Atom text editor. Contributions welcome!\n\n## New in version 2.0.0\n\nMore compact and aesthetic tree view!
[Contributed by @abejfehr.](https://github.com/dtinth/atom-aesthetic-ui/pull/4) Thanks!\n\n![Screenshot](http://i.imgur.com/455A2im.png)\n\n\n## Screenshots\n\n![Settings view & modals](http://i.imgur.com/MjX2xqw.png)\n\n![Text editor & tree view](http://i.imgur.com/zHObmye.png)\n\nNote: Using [Redmond](https://atom.io/themes/redmond-syntax) syntax theme.\n", - "readmeFilename": "README.md", - "bugs": { - "url": "https://github.com/dtinth/atom-aesthetic-ui/issues" - }, - "homepage": "https://github.com/dtinth/atom-aesthetic-ui#readme", - "_id": "aesthetic-ui@2.0.0", - "_shasum": "510db442ae5a706f3e9ef3c3b0548d521413ac4a", - "_resolved": "file:../d-116612-32540-1hcnikl/package.tgz", - "_from": "../d-116612-32540-1hcnikl/package.tgz", - "_atomModuleCache": { - "version": 1, - "dependencies": [], - "extensions": { - ".json": [ - "package.json" - ] - }, - "folders": [] - } -} \ No newline at end of file -- cgit