From ef50ec4972a43dde6faa6950d503884163fc418a Mon Sep 17 00:00:00 2001 From: Maciej Barelkowski Date: Mon, 17 May 2021 16:15:16 +0200 Subject: [PATCH] chore: add `main` field to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 9ad9afd1..345a8952 100644 --- a/package.json +++ b/package.json @@ -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 .",