04f1080451
* docs: update MAINTAINING * refactor: use branch name in release-prep This makes a minor improvement to the `release-prep.sh` script to grab the version to update to from the branch name. * chore(release): bump version to 4.7.0 * fixup: bump version * docs: use latest instead of version * fixup: bump Chart version * chore: update CHANGELOG * chore: add license to test package.json * chore: bump @coder/logging to 3.0.0 * fix: change level to Warn
17 lines
270 B
JSON
17 lines
270 B
JSON
{
|
|
"private": true,
|
|
"name": "test-plugin",
|
|
"version": "1.0.0",
|
|
"engines": {
|
|
"code-server": "^4.7.0"
|
|
},
|
|
"main": "out/index.js",
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.8",
|
|
"typescript": "^4.0.5"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc"
|
|
}
|
|
}
|