You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/09/30 19:28:54 UTC

[cordova-paramedic] 01/01: nobody needs wp8 any more, but browser would be useful

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-replace_wp8_with_browser
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git

commit ac87c1cb9d33b5fa662dce92bca2acf8efe5d746
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Sun Sep 30 21:28:40 2018 +0200

    nobody needs wp8 any more, but browser would be useful
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 2b0a369..ae23186 100644
--- a/package.json
+++ b/package.json
@@ -22,7 +22,7 @@
     "test-android": "node main.js --platform android --plugin ./spec/testable-plugin/",
     "test-ios": "node main.js --platform ios --plugin ./spec/testable-plugin/ --verbose",
     "test-windows": "node main.js --platform windows --plugin ./spec/testable-plugin/",
-    "test-wp8": "node main.js --platform wp8 --plugin ./spec/testable-plugin/"
+    "test-browser": "node main.js --platform browser --plugin ./spec/testable-plugin/"
   },
   "keywords": [
     "cordova",


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org