Use package.json/files instead of npmignore.

This commit is contained in:
Jeff King 2021-06-22 11:34:52 -07:00
Родитель e95ad0e63c
Коммит a6f889c8d0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 5E5F5F7EAAF929E4
2 изменённых файлов: 4 добавлений и 9 удалений

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

@ -1,9 +0,0 @@
/components
/resources
index.html
babel.config.js
jest.config.js
webpack.config.js
webpack.config.*.js
tsconfig.json
index.ts

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

@ -52,6 +52,10 @@
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"files": [
"dist/components",
"dist/index.js"
],
"main": "dist/index.js",
"types": "dist/components/Viewer.d.ts"
}