@saltcorn/mobile-app 1.0.0-rc.9 → 1.1.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saltcorn/mobile-app",
|
|
3
3
|
"displayName": "Saltcorn mobile app",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.1.0-beta.0",
|
|
5
5
|
"description": "Apache Cordova application with @saltcorn/markup",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"add-platform": "cordova platform add",
|
|
9
9
|
"add-plugin": "cordova plugin add",
|
|
10
|
-
"build-app": "cordova build --verbose"
|
|
10
|
+
"build-app": "cordova build --verbose",
|
|
11
|
+
"test": "echo NO TESTS"
|
|
11
12
|
},
|
|
12
13
|
"author": "Christian Hugo",
|
|
13
14
|
"license": "MIT",
|
package/www/js/mocks/response.js
CHANGED