You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2020/06/26 11:55:30 UTC

[cordova-plugin-splashscreen] branch master updated: chore: add missing supported platform browser to npm keywords (#279)

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

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-splashscreen.git


The following commit(s) were added to refs/heads/master by this push:
     new b893339  chore: add missing supported platform browser to npm keywords (#279)
b893339 is described below

commit b893339a985728315d9074edf8dc794d18866b50
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Fri Jun 26 20:55:08 2020 +0900

    chore: add missing supported platform browser to npm keywords (#279)
---
 package.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index b310183..aae7e88 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,8 @@
     "splashscreen",
     "ecosystem:cordova",
     "cordova-android",
-    "cordova-windows"
+    "cordova-windows",
+    "cordova-browser"
   ],
   "scripts": {
     "test": "npm run lint",


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