chore: replace npmignore with package.json#files
This commit is contained in:
parent
ef50ec4972
commit
6bade6e2eb
13
.npmignore
13
.npmignore
|
@ -1,13 +0,0 @@
|
|||
!dist
|
||||
.github
|
||||
docs
|
||||
resources
|
||||
tasks
|
||||
test/*
|
||||
!test/util
|
||||
!test/helper
|
||||
!test/matchers
|
||||
.eslintignore
|
||||
.eslintrc
|
||||
rollup.config.js
|
||||
coverage
|
|
@ -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 .",
|
||||
|
|
Loading…
Reference in New Issue