diff --git a/matrix-editor/src/package.json b/matrix-editor/src/package.json index 989bdc1..3f999b6 100644 --- a/matrix-editor/src/package.json +++ b/matrix-editor/src/package.json @@ -21,6 +21,7 @@ }, "dependencies": { "hypher": "^0.2.5", - "raphael": "^2.3.0" + "raphael": "^2.3.0", + "rollup": "^4.22.4" } }