Add npmignore to markdown server (#155898)

* Add npmignore to markdown server

* Update version
This commit is contained in:
Matt Bierner 2022-07-21 16:21:57 -07:00 committed by GitHub
parent f74d2c0f62
commit e2006a52da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

View 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

View file

@ -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": {