Skip to content

Commit

Permalink
TAG: 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DEVKINGBOT committed Jul 4, 2021
1 parent fc6ea0e commit 6127400
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 41 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<code>

# [0.0.1](https://github.com/cogsmith/vscode-makerjs/compare/0.0.1...main) @ [2021-07-03](https://github.com/cogsmith/vscode-makerjs/releases/tag/0.0.1)

## DIFF
- [ LAST TAG = 0.0.0](https://github.com/cogsmith/vscode-makerjs/compare/0.0.0...0.0.1)

</code>

---
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

80 changes: 40 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
{
"name": "vscode-makerjs",
"displayName": "MAKERJS",
"description": "VS Code MakerJS Preview Addon",
"icon": "media/logo.png",
"publisher": "COGSMITH",
"version": "0.0.1-dev",
"repository": "https://github.com/cogsmith/vscode-makerjs",
"engines": {
"vscode": "^1.32.0"
"name": "vscode-makerjs",
"displayName": "MAKERJS",
"description": "VS Code MakerJS Preview Addon",
"icon": "media/logo.png",
"publisher": "COGSMITH",
"version": "0.0.1",
"repository": "https://github.com/cogsmith/vscode-makerjs",
"engines": {
"vscode": "^1.32.0"
},
"activationEvents": [
"onStartupFinished"
],
"main": "./extension.js",
"contributes": {
"menus": {
"editor/title/context": [
{
"when": "resourceLangId == javascript",
"command": "MAKERJS_WATCH",
"group": "navigation"
}
]
},
"activationEvents": [
"onStartupFinished"
],
"main": "./extension.js",
"contributes": {
"menus": {
"editor/title/context": [
{
"when": "resourceLangId == javascript",
"command": "MAKERJS_WATCH",
"group": "navigation"
}
]
},
"commands": [
{
"command": "MAKERJS_WATCH",
"title": "MAKERJS_WATCH"
}
]
},
"scripts": {},
"devDependencies": {
"@types/vscode": "^1.32.0"
},
"dependencies": {
"@cogsmith/xt": "^1.0.164",
"cheerio": "^1.0.0-rc.10",
"makerjs": "^0.17.1"
},
"versiontaglast": "0.0.0"
"commands": [
{
"command": "MAKERJS_WATCH",
"title": "MAKERJS_WATCH"
}
]
},
"scripts": {},
"devDependencies": {
"@types/vscode": "^1.32.0"
},
"dependencies": {
"@cogsmith/xt": "^1.0.164",
"cheerio": "^1.0.0-rc.10",
"makerjs": "^0.17.1"
},
"versiontaglast": "0.0.1"
}

0 comments on commit 6127400

Please sign in to comment.