Skip to content

Commit ec50137

Browse files
committed
fix: use * for test plugin engines
This removes the need to update this version with every version change.
1 parent 7c0c0b0 commit ec50137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/node/test-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "test-plugin",
44
"version": "1.0.0",
55
"engines": {
6-
"code-server": "^4.8.1"
6+
"code-server": "*"
77
},
88
"main": "out/index.js",
99
"devDependencies": {

0 commit comments

Comments
 (0)