Skip to content

Commit ad583d0

Browse files
committed
Updated to springroll-container
1 parent 04b6cf3 commit ad583d0

File tree

7 files changed

+9
-10
lines changed

7 files changed

+9
-10
lines changed

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "SpringRollStudio",
3-
"version": "0.2.13",
3+
"version": "0.2.14",
44
"private": true,
55
"dependencies": {
66
"jqueryui": "*",
77
"bootstrap": "~3.2.0",
8-
"springroll": "*",
8+
"springroll-container": "*",
99
"requestAnimationFrame": "*",
1010
"bootstrap-confirmation2": "*",
1111
"wavesurfer.js": "*",

deploy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "SpringRollStudio",
33
"description": "Application for SpringRoll projects",
4-
"version": "0.2.13",
4+
"version": "0.2.14",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/SpringRoll/SpringRollStudio"

installer/win32.nsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# These three must be integers
55
!define VERSIONMAJOR 0
66
!define VERSIONMINOR 2
7-
!define VERSIONBUILD 13
7+
!define VERSIONBUILD 14
88
# These will be displayed by the "Click here for support information" link in "Add/Remove Programs"
99
# It is possible to use "mailto:" links in here to open the email client
1010
!define HELPURL "https://github.com/SpringRoll/SpringRollStudio/issues"

installer/win64.nsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# These three must be integers
55
!define VERSIONMAJOR 0
66
!define VERSIONMINOR 2
7-
!define VERSIONBUILD 13
7+
!define VERSIONBUILD 14
88
# These will be displayed by the "Click here for support information" link in "Add/Remove Programs"
99
# It is possible to use "mailto:" links in here to open the email client
1010
!define HELPURL "https://github.com/SpringRoll/SpringRollStudio/issues"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "SpringRollStudio",
33
"private": true,
4-
"version": "0.2.13",
4+
"version": "0.2.14",
55
"dependencies": {
66
"grunt": "^0.4.5",
77
"grunt-appdmg": "^0.3.1",

project.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SpringRollStudio",
3-
"version": "0.2.13",
3+
"version": "0.2.14",
44
"main": [
55
"components/node-webkit-app/src/utils/UpdateChecker.js",
66
"components/node-webkit-app/src/utils/Browser.js",
@@ -19,7 +19,7 @@
1919
"components/sortable/jquery.sortable.js",
2020
"components/bootstrap/dist/js/bootstrap.min.js",
2121
"components/bellhop/dist/bellhop.min.js",
22-
"components/springroll/dist/modules/container.min.js",
22+
"components/springroll-container/dist/container.min.js",
2323
"components/bootstrap/less/bootstrap.less",
2424
"components/bootstrap-confirmation2/bootstrap-confirmation.js",
2525
"components/underscore/underscore.js",
@@ -37,7 +37,7 @@
3737
"components/sortable/jquery.sortable.js",
3838
"components/bootstrap/dist/js/bootstrap.js",
3939
"components/bellhop/dist/bellhop.js",
40-
"components/springroll/dist/modules/container.js",
40+
"components/springroll-container/dist/container.js",
4141
"components/bootstrap/less/bootstrap.less",
4242
"components/bootstrap-confirmation2/bootstrap-confirmation.min.js",
4343
"components/underscore/underscore.js",

src/js/preview/PreviewContainer.js

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
var Container = include('springroll.Container'),
55
Features = include('springroll.Features'),
66
SavedData = include('springroll.SavedData');
7-
// Tracker = include('pbskids.Tracker');
87

98
/**
109
* The main class for the site

0 commit comments

Comments
 (0)