chore: replace npmignore with package.json#files

This commit is contained in:
Maciej Barelkowski 2021-05-17 16:18:44 +02:00 committed by fake-join[bot]
parent ef50ec4972
commit 6bade6e2eb
2 changed files with 9 additions and 13 deletions

View File

@ -1,13 +0,0 @@
!dist
.github
docs
resources
tasks
test/*
!test/util
!test/helper
!test/matchers
.eslintignore
.eslintrc
rollup.config.js
coverage

View File

@ -3,6 +3,15 @@
"version": "8.5.0",
"description": "A bpmn 2.0 toolkit and web modeler",
"main": "index.js",
"files": [
".babelrc",
"dist",
"lib",
"test/util",
"test/helper",
"test/matchers",
"!.eslintrc"
],
"scripts": {
"all": "run-s lint test distro test:distro",
"lint": "eslint .",