Skip to content

Commit

Permalink
Some cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
nhoizey committed Oct 16, 2017
1 parent 57fcd17 commit 185373e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
test/**
.gitignore
jsconfig.json
vsc-extension-quickstart.md
.eslintrc.json
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "gremlins",
"displayName": "Gremlins",
"publisher": "nhoizey",
"author": {
"name": "Nicolas Hoizey",
"email": "[email protected]",
"url": "https://nicolas-hoizey.com/"
},
"description":
"Reveal invisible whitespace characters and non-breaking spaces. Inspired by Sublime Gremlins.",
"icon": "images/gremlins-light.png",
Expand All @@ -9,8 +15,7 @@
"theme": "light"
},
"version": "0.4.1",
"publisher": "nhoizey",
"license": "See license in the LICENSE file",
"license": "MIT",
"homepage": "https://github.com/nhoizey/vscode-gremlins/",
"repository": {
"type": "git",
Expand Down

0 comments on commit 185373e

Please sign in to comment.