Skip to content

Commit

Permalink
bumped: adam-coster-vscode-lab@0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-coster committed Feb 24, 2024
1 parent 3f96292 commit 4a0ebe4
Showing 1 changed file with 67 additions and 67 deletions.
134 changes: 67 additions & 67 deletions projects/vscode-lab/package.json
@@ -1,69 +1,69 @@
{
"name": "adam-coster-vscode-lab",
"displayName": "Adam's Laboratory",
"version": "0.3.0",
"private": true,
"description": "Experiments and demos for VSCode extensions",
"categories": [
"Other"
],
"homepage": "https://github.com/adam-coster/adam-coster/tree/develop/projects/vscode-lab#readme",
"repository": {
"type": "git",
"url": "https://github.com/adam-coster/adam-coster.git",
"directory": "projects/vscode-lab"
},
"license": "MIT",
"author": {
"name": "Adam Coster",
"url": "https://adamcoster.com"
},
"publisher": "adam-coster",
"main": "./dist/extension.js",
"scripts": {
"build": "node scripts/build.mjs",
"bump": "cd ../.. && pnpm bump",
"package": "vsce package --no-dependencies --githubBranch develop",
"vscode:prepublish": "pnpm build",
"vscode:publish": "vsce publish --no-dependencies --githubBranch develop",
"watch": "nodemon --delay 1 -e js,cjs,mjs,ts,mts,cts,yaml --watch src --exec \"npm run build\""
},
"contributes": {
"commands": [],
"views": {
"adam-coster-lab": [
{
"id": "adam-coster-lab.tree",
"name": "Sample Tree View",
"type": "tree"
}
]
},
"viewsContainers": {
"activitybar": [
{
"id": "adam-coster-lab",
"title": "Adam's Lab",
"icon": "./images/flask-vial-mono.svg"
}
]
}
},
"activationEvents": [
"onView:adam-coster-lab"
],
"devDependencies": {
"@types/node": "18.x",
"@types/vscode": "^1.86.0",
"@vscode/vsce": "2.22.0",
"esbuild": "0.20.1",
"eslint": "^8.57.0",
"nodemon": "^3.1.0",
"typescript": "^5.3.3"
},
"engines": {
"vscode": "^1.86.0"
},
"icon": "images/flask-vial-color.png",
"pricing": "Free"
"name": "adam-coster-vscode-lab",
"displayName": "Adam's Laboratory",
"version": "0.3.1",
"private": true,
"description": "Experiments and demos for VSCode extensions",
"categories": [
"Other"
],
"homepage": "https://github.com/adam-coster/adam-coster/tree/develop/projects/vscode-lab#readme",
"repository": {
"type": "git",
"url": "https://github.com/adam-coster/adam-coster.git",
"directory": "projects/vscode-lab"
},
"license": "MIT",
"author": {
"name": "Adam Coster",
"url": "https://adamcoster.com"
},
"publisher": "adam-coster",
"main": "./dist/extension.js",
"scripts": {
"build": "node scripts/build.mjs",
"bump": "cd ../.. && pnpm bump",
"package": "vsce package --no-dependencies --githubBranch develop",
"vscode:prepublish": "pnpm build",
"vscode:publish": "vsce publish --no-dependencies --githubBranch develop",
"watch": "nodemon --delay 1 -e js,cjs,mjs,ts,mts,cts,yaml --watch src --exec \"npm run build\""
},
"contributes": {
"commands": [],
"views": {
"adam-coster-lab": [
{
"id": "adam-coster-lab.tree",
"name": "Sample Tree View",
"type": "tree"
}
]
},
"viewsContainers": {
"activitybar": [
{
"id": "adam-coster-lab",
"title": "Adam's Lab",
"icon": "./images/flask-vial-mono.svg"
}
]
}
},
"activationEvents": [
"onView:adam-coster-lab"
],
"devDependencies": {
"@types/node": "18.x",
"@types/vscode": "^1.86.0",
"@vscode/vsce": "2.22.0",
"esbuild": "0.20.1",
"eslint": "^8.57.0",
"nodemon": "^3.1.0",
"typescript": "^5.3.3"
},
"engines": {
"vscode": "^1.86.0"
},
"icon": "images/flask-vial-color.png",
"pricing": "Free"
}

0 comments on commit 4a0ebe4

Please sign in to comment.