Skip to content

Commit

Permalink
feat(vscode): fix issues with publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
DominusKelvin committed Sep 9, 2024
1 parent 3594f4f commit 1b9bb0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"private": "true",
"name": "vscode",
"name": "sails-vscode",
"displayName": "Sails",
"version": "0.0.1",
"description": "Language support for Sails",
"main": "./src/index.js",
"main": "./dist/extension.js",
"author": "Kelvin Omereshone",
"publisher": "sails",
"categories": [
Expand Down

0 comments on commit 1b9bb0e

Please sign in to comment.