Constrain the set of files included in npm releases

This commit is contained in:
David Wilson 2021-01-25 14:40:29 -08:00
Родитель 6bbeb6949b
Коммит 6f3b1430cb
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -33,6 +33,13 @@
}, },
"homepage": "https://github.com/Azure/adl#readme", "homepage": "https://github.com/Azure/adl#readme",
"readme": "https://github.com/Azure/adl/blob/master/readme.md", "readme": "https://github.com/Azure/adl/blob/master/readme.md",
"files": [
"lib/*.adl",
"dist/**",
"readme.md",
"samples",
"LICENSE"
],
"devDependencies": { "devDependencies": {
"@types/mocha": "^7.0.2", "@types/mocha": "^7.0.2",
"@types/node": "14.0.27", "@types/node": "14.0.27",