mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-06-19 22:41:39 +00:00
Replace .npmignore with package.json files
This is inclusive instead of exclusive, which is more manageable.
This commit is contained in:
parent
a5a49756be
commit
26317d314a
2 changed files with 3 additions and 15 deletions
12
.npmignore
12
.npmignore
|
|
@ -1,12 +0,0 @@
|
|||
/.vscode/
|
||||
/out/
|
||||
/scripts/
|
||||
/examples/
|
||||
/patches/
|
||||
/src/
|
||||
/test/
|
||||
/.gitignore
|
||||
/.npmignore
|
||||
/examples
|
||||
/test-demo.png
|
||||
/.editorconfig
|
||||
|
|
@ -17,9 +17,9 @@
|
|||
"main": "./lib/esm/monaco.contribution.js",
|
||||
"module": "./lib/esm/monaco.contribution.js",
|
||||
"typings": "./lib/monaco.d.ts",
|
||||
"directories": {
|
||||
"lib": "./lib"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"author": "Kevin Decker <kpdecker@gmail.com> (http://incaseofstairs.com)",
|
||||
"maintainers": [
|
||||
"kpdecker",
|
||||
|
|
|
|||
Loading…
Reference in a new issue