mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Add npmignore to markdown server (#155898)
* Add npmignore to markdown server * Update version
This commit is contained in:
12
extensions/markdown-language-features/server/.npmignore
Normal file
12
extensions/markdown-language-features/server/.npmignore
Normal file
@@ -0,0 +1,12 @@
|
||||
.vscode/
|
||||
.github/
|
||||
out/test/
|
||||
src/
|
||||
.eslintrc.js
|
||||
.gitignore
|
||||
tsconfig*.json
|
||||
*.tsbuildinfo
|
||||
*.map
|
||||
example.cjs
|
||||
CODE_OF_CONDUCT.md
|
||||
SECURITY.md
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vscode-markdown-languageserver",
|
||||
"description": "Markdown language server",
|
||||
"version": "1.0.0",
|
||||
"version": "0.0.0-alpha-1",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user