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/02 08:05:39 UTC

[cordova-plugin-screen-orientation] branch master updated: chore(npm): use short notation in package.json (#64)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4b71984  chore(npm): use short notation in package.json (#64)
4b71984 is described below

commit 4b719848a6df8ef8fdda27eb444ac2ee92e0b032
Author: Tim Brust <gi...@timbrust.de>
AuthorDate: Thu Jul 2 08:05:29 2020 +0000

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

diff --git a/package.json b/package.json
index 984b869..ea6db91 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"


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