chore: add `main` field to package.json
This commit is contained in:
parent
789e03afe6
commit
ef50ec4972
|
@ -2,6 +2,7 @@
|
|||
"name": "bpmn-js",
|
||||
"version": "8.5.0",
|
||||
"description": "A bpmn 2.0 toolkit and web modeler",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"all": "run-s lint test distro test:distro",
|
||||
"lint": "eslint .",
|
||||
|
|
Loading…
Reference in New Issue