You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2020/07/01 16:08:35 UTC

[cordova-plugin-screen-orientation] branch feat/short-notation created (now d6f171c)

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

timbru31 pushed a change to branch feat/short-notation
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-screen-orientation.git.


      at d6f171c  chore(npm): use short notation in package.json

This branch includes the following new commits:

     new d6f171c  chore(npm): use short notation in package.json

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[cordova-plugin-screen-orientation] 01/01: chore(npm): use short notation in package.json

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

timbru31 pushed a commit to branch feat/short-notation
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-screen-orientation.git

commit d6f171c9d33ff60870f3b97104a6020f86921a96
Author: Tim Brust <ti...@sinnerschrader.com>
AuthorDate: Wed Jul 1 18:08:21 2020 +0200

    chore(npm): use short notation in package.json
---
 package.json | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/package.json b/package.json
index 3657bfc..5de3cb2 100644
--- a/package.json
+++ b/package.json
@@ -2,13 +2,8 @@
   "name": "cordova-plugin-screen-orientation",
   "version": "3.0.3-dev",
   "description": "Cordova Screen Orientation plugin",
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/apache/cordova-plugin-screen-orientation"
-  },
-  "bugs": {
-    "url": "https://github.com/apache/cordova-plugin-screen-orientation/issues"
-  },
+  "repository": "github:apache/cordova-plugin-screen-orientation",
+  "bugs": "https://github.com/apache/cordova-plugin-screen-orientation/issues",
   "scripts": {
     "test": "npm run jshint",
     "jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint demo/www"


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