Skip to content

Commit 77e3172

Browse files
committed
update dev dependencies
1 parent aac3b6b commit 77e3172

File tree

4 files changed

+24
-33
lines changed

4 files changed

+24
-33
lines changed

merges/android/styles/mobile.css

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,6 @@ html {
4141
body {
4242
background-color: transparent!important;
4343
}
44-
#designer-dialog-import-modal-type-import {
45-
display: none;
46-
}
47-
#designer-dialog-import-modal-from-file-form {
48-
display: none;
49-
}
50-
#designer-dialog-import-modal-from-file-input {
51-
display: none;
52-
}
5344

5445
.CodeMirror-gutter-wrapper {
5546
-webkit-user-select: none;

merges/ios/styles/mobile.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,7 @@ html {
4141
body {
4242
background-color: transparent!important;
4343
}
44-
#designer-dialog-import-modal-from-file-input {
45-
display: none;
46-
}
47-
#designer-dialog-import-modal-from-file-form {
48-
display: none;
49-
}
44+
5045
span.glyphicon.glyphicon-menu-left {
5146
color:#337ab7!important;
5247
}

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
{
22
"name": "com.ecarriou.systemdesignerios",
33
"version": "3.4.0",
4+
"license": "Apache-2.0",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/design-first/system-designer-cordova.git"
8+
},
49
"displayName": "System Designer",
510
"cordova": {
611
"platforms": [
712
"android",
8-
"ios",
9-
"browser"
13+
"browser",
14+
"ios"
1015
],
1116
"plugins": {
1217
"cordova-plugin-whitelist": {},
@@ -18,7 +23,7 @@
1823
"dependencies": {
1924
"cordova-android": "8.0.0",
2025
"cordova-browser": "6.0.0",
21-
"cordova-ios": "5.0.0",
26+
"cordova-ios": "5.0.1",
2227
"cordova-plugin-inappbrowser": "3.0.0",
2328
"cordova-plugin-statusbar": "2.4.2",
2429
"cordova-plugin-whitelist": "1.3.3",
@@ -28,4 +33,4 @@
2833
"cordova-icon": "1.0.0",
2934
"cordova-splash": "1.0.0"
3035
}
31-
}
36+
}

0 commit comments

Comments
 (0)