Skip to content

Commit

Permalink
Bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed Sep 18, 2019
1 parent 7bf4e69 commit 445ae0a
Showing 1 changed file with 79 additions and 79 deletions.
158 changes: 79 additions & 79 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,81 +1,81 @@
{
"name": "vscode-custom-css",
"displayName": "Custom CSS and JS Loader",
"description": "Custom CSS and JS for Visual Studio Code",
"version": "3.0.4",
"publisher": "be5invis",
"author": {
"email": "[email protected]",
"name": "Belleve Invis",
"url": "https://typeof.net"
},
"engines": {
"vscode": "^1.28.0"
},
"categories": [
"Other",
"Themes"
],
"repository": {
"type": "git",
"url": "https://github.com/be5invis/vscode-custom-css"
},
"bugs": {
"url": "https://github.com/be5invis/vscode-custom-css/issues"
},
"preview": true,
"icon": "images/logo.png",
"galleryBanner": {
"color": "#EEEEEE"
},
"activationEvents": [
"*"
],
"main": "./src/extension",
"contributes": {
"commands": [
{
"command": "extension.installCustomCSS",
"title": "Enable Custom CSS and JS"
},
{
"command": "extension.uninstallCustomCSS",
"title": "Disable Custom CSS and JS"
},
{
"command": "extension.updateCustomCSS",
"title": "Reload Custom CSS and JS"
}
],
"configuration": {
"title": "Custom CSS/JS Configuration",
"properties": {
"vscode_custom_css.imports": {
"description": "Custom CSS/JS files, as an array of URLs, not file paths",
"type": "array",
"default": []
},
"vscode_custom_css.statusbar": {
"description": "Enable Status Indicator",
"type": "boolean",
"default": true
},
"vscode_custom_css.policy": {
"description": "Disable vscode Content Policy (required if loading from URL)",
"type": "boolean",
"default": false
}
}
}
},
"devDependencies": {},
"dependencies": {
"file-url": "^2.0.2",
"xmlhttprequest": "^1.8.0"
},
"__metadata": {
"id": "1b160753-ae5e-42bb-82ad-d115ce5c10f4",
"publisherDisplayName": "be5invis",
"publisherId": "8c148d69-cbc6-480b-bd8b-a42715926324"
}
"name": "vscode-custom-css",
"displayName": "Custom CSS and JS Loader",
"description": "Custom CSS and JS for Visual Studio Code",
"version": "3.0.5",
"publisher": "be5invis",
"author": {
"email": "[email protected]",
"name": "Belleve Invis",
"url": "https://typeof.net"
},
"engines": {
"vscode": "^1.28.0"
},
"categories": [
"Other",
"Themes"
],
"repository": {
"type": "git",
"url": "https://github.com/be5invis/vscode-custom-css"
},
"bugs": {
"url": "https://github.com/be5invis/vscode-custom-css/issues"
},
"preview": true,
"icon": "images/logo.png",
"galleryBanner": {
"color": "#EEEEEE"
},
"activationEvents": [
"*"
],
"main": "./src/extension",
"contributes": {
"commands": [
{
"command": "extension.installCustomCSS",
"title": "Enable Custom CSS and JS"
},
{
"command": "extension.uninstallCustomCSS",
"title": "Disable Custom CSS and JS"
},
{
"command": "extension.updateCustomCSS",
"title": "Reload Custom CSS and JS"
}
],
"configuration": {
"title": "Custom CSS/JS Configuration",
"properties": {
"vscode_custom_css.imports": {
"description": "Custom CSS/JS files, as an array of URLs, not file paths",
"type": "array",
"default": []
},
"vscode_custom_css.statusbar": {
"description": "Enable Status Indicator",
"type": "boolean",
"default": true
},
"vscode_custom_css.policy": {
"description": "Disable vscode Content Policy (required if loading from URL)",
"type": "boolean",
"default": false
}
}
}
},
"devDependencies": {},
"dependencies": {
"file-url": "^2.0.2",
"xmlhttprequest": "^1.8.0"
},
"__metadata": {
"id": "1b160753-ae5e-42bb-82ad-d115ce5c10f4",
"publisherDisplayName": "be5invis",
"publisherId": "8c148d69-cbc6-480b-bd8b-a42715926324"
}
}

0 comments on commit 445ae0a

Please sign in to comment.