Skip to content

Commit

Permalink
tell computer it's compatible with 1.49
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Jan 12, 2021
1 parent 61f8e8f commit 7b57ba0
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions package.json
@@ -1,27 +1,27 @@
{
"publisher": "chee",
"name": "pale-rose",
"displayName": "pale rose theme",
"description": "chee rabbits other theme",
"version": "0.0.1",
"engines": {
"vscode": "^1.52.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "pale rose theme",
"uiTheme": "vs",
"path": "./themes/pale-rose-color-theme.json"
}
]
},
"license": "GPL-3.0+",
"repository": {
"type": "git",
"url": "https://git.snoot.club/chee/pale-rose-code-theme"
}
}
"publisher": "chee",
"name": "pale-rose",
"displayName": "pale rose theme",
"description": "chee rabbits other theme",
"version": "0.0.2",
"engines": {
"vscode": "^1.49.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "pale rose theme",
"uiTheme": "vs",
"path": "./themes/pale-rose-color-theme.json"
}
]
},
"license": "GPL-3.0+",
"repository": {
"type": "git",
"url": "https://git.snoot.club/chee/pale-rose-code-theme"
}
}

0 comments on commit 7b57ba0

Please sign in to comment.