Skip to content

Commit

Permalink
Revert "changed path for test build"
Browse files Browse the repository at this point in the history
This reverts commit c9dacb4.
  • Loading branch information
lucsomers101 committed Feb 20, 2024
1 parent 84e9d04 commit 57a984e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,10 @@ test/**
**/tsconfig.json
**/tslint.json
typings/**
**/*.map
**/*.map

.vscode
node_modules
src/
tsconfig.json
webpack.config.js
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"bugs": {
"url": "https://github.com/AmpersandTarski/Ampersand-Language-Support/issues"
},
"browser": "./src/extension.ts",
"main": "./src/extension.ts",
"browser": "./out/extension.js",
"main": "./out/extension.js",
"contributes": {
"languages": [
{
Expand Down

0 comments on commit 57a984e

Please sign in to comment.