Upgrade to 0.0.3 to add button to launch editor

This commit is contained in:
jasquat 2022-06-16 09:24:56 -04:00
parent 165bb648f6
commit 9c05546267
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "bpmn-js-spiffworkflow",
"version": "0.0.2",
"version": "0.0.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "bpmn-js-spiffworkflow",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",
"dependencies": {
"babel-preset-env": "^1.7.0",

View File

@ -1,6 +1,6 @@
{
"name": "bpmn-js-spiffworkflow",
"version": "0.0.2",
"version": "0.0.3",
"description": "Extensions and modifications of BPMN.js to improve BPMN development for SpiffWorkflow",
"scripts": {
"all": "run-s lint test build",