Skip to content

Commit 1249396

Browse files
committed
Depend on the published @maxonfjvipon/xslint, not the git URL
Now that xslint 0.0.10 is on npm with the lint API, pin the dependency to ^0.0.10 instead of github:maxonfjvipon/xslint, so an npm install of the server pulls a proper semver-resolved package.
1 parent a547404 commit 1249396

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

package-lock.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"lint": "eslint src test"
2323
},
2424
"dependencies": {
25-
"@maxonfjvipon/xslint": "github:maxonfjvipon/xslint",
25+
"@maxonfjvipon/xslint": "^0.0.10",
2626
"vscode-languageserver": "^9.0.1",
2727
"vscode-languageserver-textdocument": "^1.0.12"
2828
},

0 commit comments

Comments
 (0)