Skip to content

Commit 523711f

Browse files
author
Matt Karl
committed
Fixed dependency issues with Wavesurfer
1 parent d91473e commit 523711f

File tree

8 files changed

+18
-251
lines changed

8 files changed

+18
-251
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SpringRollStudio",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": true,
55
"dependencies": {
66
"jqueryui": "*",

deploy/assets/js/saveDialog.js

Lines changed: 0 additions & 225 deletions
This file was deleted.

deploy/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<head>
44
<meta charset="utf-8">
55
<title>SpringRoll Studio</title>
6-
<link href="assets/css/libraries.css?v=0.2.0-alpha" rel="stylesheet">
7-
<link href="assets/css/main.css?v=0.2.0-alpha" rel="stylesheet">
8-
<script src="assets/js/libraries.js?v=0.2.0-alpha"></script>
9-
<script src="assets/js/main.js?v=0.2.0-alpha"></script>
6+
<link href="assets/css/libraries.css?v=0.2.1" rel="stylesheet">
7+
<link href="assets/css/main.css?v=0.2.1" rel="stylesheet">
8+
<script src="assets/js/libraries.js?v=0.2.1"></script>
9+
<script src="assets/js/main.js?v=0.2.1"></script>
1010
</head>
1111
<body>
1212
<header>
13-
<img src="assets/images/icon.png?v=0.2.0-alpha" class="logo">
13+
<img src="assets/images/icon.png?v=0.2.1" class="logo">
1414
</header>
1515
<nav class="modules btn-group">
1616
<a class="btn btn-sm btn-primary" href="new.html" id="new" target="_blank" title="New Project" data-width="550" data-height="670" data-resizable="false">
@@ -41,6 +41,6 @@
4141
<span class="icon glyphicon glyphicon-send"></span> Remote Trace
4242
</a>
4343
</div>
44-
<footer class="version">Version <span id="version">0.2.0</span></footer>
44+
<footer class="version">Version <span id="version">0.2.1</span></footer>
4545
</body>
4646
</html>

deploy/package.json

Lines changed: 1 addition & 1 deletion
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.0",
4+
"version": "0.2.1",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/SpringRoll/SpringRollStudio"

installer/win32.nsi

Lines changed: 1 addition & 1 deletion
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 0
7+
!define VERSIONBUILD 1
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

Lines changed: 1 addition & 1 deletion
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 0
7+
!define VERSIONBUILD 1
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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "SpringRollStudio",
33
"private": true,
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"dependencies": {
6-
"grunt": "~0.4.5",
6+
"grunt": "^0.4.5",
77
"grunt-contrib-copy": "^0.7.0",
8-
"grunt-exec": "~0.4.6",
9-
"grunt-node-webkit-builder": "~1.0.0",
10-
"lodash": "~3.0.0",
8+
"grunt-exec": "^0.4.6",
9+
"grunt-node-webkit-builder": "^1.0.0",
10+
"lodash": "^3.0.0",
1111
"project-grunt": "*"
1212
}
1313
}

project.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SpringRollStudio",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"main": [
55
"components/node-webkit-app/src/utils/UpdateChecker.js",
66
"components/node-webkit-app/src/utils/Browser.js",
@@ -23,11 +23,7 @@
2323
"components/bootstrap/less/theme.less",
2424
"components/bootstrap-confirmation/bootstrap-confirmation.js",
2525
"components/underscore/underscore.js",
26-
"components/wavesurfer.js/src/wavesurfer.js",
27-
"components/wavesurfer.js/src/webaudio.js",
28-
"components/wavesurfer.js/src/audioelement.js",
29-
"components/wavesurfer.js/src/drawer.js",
30-
"components/wavesurfer.js/src/drawer.*.js"
26+
"components/wavesurfer.js/build/wavesurfer.min.js"
3127
],
3228
"librariesDebug": [
3329
"components/jquery/dist/jquery.js",
@@ -42,11 +38,7 @@
4238
"components/bootstrap/less/theme.less",
4339
"components/bootstrap-confirmation/bootstrap-confirmation.js",
4440
"components/underscore/underscore.js",
45-
"components/wavesurfer.js/src/wavesurfer.js",
46-
"components/wavesurfer.js/src/webaudio.js",
47-
"components/wavesurfer.js/src/audioelement.js",
48-
"components/wavesurfer.js/src/drawer.js",
49-
"components/wavesurfer.js/src/drawer.*.js"
41+
"components/wavesurfer.js/build/wavesurfer.min.js"
5042
],
5143
"modules": {
5244
"shared": [

0 commit comments

Comments
 (0)