We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56981a commit fabb8edCopy full SHA for fabb8ed
deploy/assets/templates/default/springroll-template.json
@@ -1,7 +1,7 @@
1
{
2
"name" : "Default",
3
"id" : "io.springroll.default",
4
- "version" : "1.4.2",
+ "version" : "1.4.3",
5
"github": "SpringRoll/SpringRollTemplate",
6
"rename" : {
7
"gitignore" : ".gitignore",
@@ -214,7 +214,10 @@
214
"description": "Drag management and basic buttons for EaselJS",
215
"main": "components/springroll/dist/modules/easeljs-ui.min.js",
216
"mainDebug": "components/springroll/dist/modules/easeljs-ui.js",
217
- "depends": ["easeljs-display"]
+ "depends": [
218
+ "easeljs-display",
219
+ "easeljs-utils"
220
+ ]
221
},
222
223
"id": "easeljs-learning",
0 commit comments