Upgrade to 0.0.5 to allow specifying form details for user tasks
This commit is contained in:
parent
d547d0999d
commit
a29f6c41ae
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "bpmn-js-spiffworkflow",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "bpmn-js-spiffworkflow",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"bpmn-js": "^9.2.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bpmn-js-spiffworkflow",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"description": "Extensions and modifications of BPMN.js to improve BPMN development for SpiffWorkflow",
|
||||
"scripts": {
|
||||
"all": "run-s lint test build",
|
||||
|
|
Loading…
Reference in New Issue