-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
881c135
commit 6091182
Showing
2 changed files
with
18 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,19 @@ | ||
{ | ||
"name": "shades-of-purple-alfred", | ||
"displayName": "Shades of Purple for Alfred", | ||
"description": "Professional Alfred color-scheme with hand-picked & bold shades of purple π to go along with your daily spotlight. A custom Alfred color-scheme.", | ||
"version": "1.1.0", | ||
"publisher": "ahmadawais", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ahmadawais/shades-of-purple-iterm2" | ||
}, | ||
"keywords": [ | ||
"Shades of Purple", | ||
"Shade of Purple", | ||
"Cobalt", | ||
"iTerm2", | ||
"coblat 3" | ||
], | ||
"devDependencies": { | ||
"release-it": "^7.2.1" | ||
}, | ||
"scripts": { | ||
"release": "release-it" | ||
} | ||
"name": "shades-of-purple-alfred", | ||
"displayName": "Shades of Purple for Alfred", | ||
"description": | ||
"Professional Alfred color-scheme with hand-picked & bold shades of purple π to go along with your daily spotlight. A custom Alfred color-scheme.", | ||
"version": "1.1.0", | ||
"publisher": "ahmadawais", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ahmadawais/shades-of-purple-alfred" | ||
}, | ||
"keywords": ["Shades of Purple", "Shade of Purple", "Cobalt", "iTerm2", "coblat 3"], | ||
"devDependencies": { | ||
"release-it": "^7.2.1" | ||
}, | ||
"scripts": { | ||
"release": "release-it" | ||
} | ||
} |