chore(project): release v0.1.0
This commit is contained in:
parent
57a9f49e52
commit
acdf2d8615
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bpmn-js",
|
"name": "bpmn-js",
|
||||||
"version": "0.0.3",
|
"version": "0.1.0",
|
||||||
"description": "A bpmn 2.0 toolkit and web modeler",
|
"description": "A bpmn 2.0 toolkit and web modeler",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "grunt test"
|
"test": "grunt test"
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bpmn-moddle": "~0.0.1",
|
"bpmn-moddle": "~0.0.1",
|
||||||
"moddle": "~0.0.5",
|
"moddle": "~0.0.5",
|
||||||
"diagram-js": "~0.0.3"
|
"diagram-js": "~0.1.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lodash": "~2.4.0",
|
"lodash": "~2.4.0",
|
||||||
|
|
Loading…
Reference in New Issue