Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
merzak7 committed Feb 15, 2018
1 parent e053132 commit 1e0ac9f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# Change Log
All notable changes to the "sahara-theme" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [Unreleased]
## [v0.1.0]
- Initial release
22 changes: 19 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,33 @@
{
"name" : "sahara-theme",
"displayName" : "Sahara Theme",
"description" : "Sahara Theme for Visual Studio Code.",
"version" : "0.0.1",
"description" : "An elegant and awesome dark color theme for Visual Studio Code.",
"version" : "0.1.0",
"publisher" : "merzak7",
"author" : "Merzak Seven <merzak17@gmail.com> (http://twitter.com/merzak7)",
"engines" : {
"vscode" : "^1.19.0"
},
"galleryBanner" : {
"color" : "#361b00",
"theme" : "dark"
},
"categories" : [
"Themes"
"Themes",
"Other"
],
"keywords" : [
"themes",
"sahara",
"brown",
"dark"
],
"license" : "MIT",
"icon" : "icon.png",
"homepage" : "https://github.com/merzak7/Sahara-Theme",
"bugs" : {
"url" : "https://github.com/merzak7/Sahara-Theme/issues"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/merzak7/Sahara-Theme"
Expand Down

0 comments on commit 1e0ac9f

Please sign in to comment.