chore: add `main` field to package.json

This commit is contained in:
Maciej Barelkowski 2021-05-17 16:15:16 +02:00 committed by fake-join[bot]
parent 789e03afe6
commit ef50ec4972
1 changed files with 1 additions and 0 deletions

View File

@ -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 .",