Skip to content

Commit f44d7a5

Browse files
author
Matt Karl
committed
Fixed easeljs-ui dependencies
1 parent 93015ca commit f44d7a5

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

springroll-template.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name" : "Default",
33
"id" : "io.springroll.default",
4-
"version" : "1.4.2",
4+
"version" : "1.4.3",
55
"github": "SpringRoll/SpringRollTemplate",
66
"rename" : {
77
"gitignore" : ".gitignore",
@@ -214,7 +214,10 @@
214214
"description": "Drag management and basic buttons for EaselJS",
215215
"main": "components/springroll/dist/modules/easeljs-ui.min.js",
216216
"mainDebug": "components/springroll/dist/modules/easeljs-ui.js",
217-
"depends": ["easeljs-display"]
217+
"depends": [
218+
"easeljs-display",
219+
"easeljs-utils"
220+
]
218221
},
219222
{
220223
"id": "easeljs-learning",

0 commit comments

Comments
 (0)