Skip to content

Commit fabb8ed

Browse files
author
Matt Karl
committed
Upgraded default template to 1.4.3
1 parent f56981a commit fabb8ed

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

deploy/assets/templates/default/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)