You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2017/05/25 17:00:52 UTC

cordova-plugin-screen-orientation git commit: CB-12847: added `bugs` entry to package.json.

Repository: cordova-plugin-screen-orientation
Updated Branches:
  refs/heads/master 7b6f8d7db -> d515b93d7


CB-12847: added `bugs` entry to package.json.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/commit/d515b93d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/tree/d515b93d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/diff/d515b93d

Branch: refs/heads/master
Commit: d515b93d7a3884a50f16da0869a583666860cd1b
Parents: 7b6f8d7
Author: filmaj <ma...@gmail.com>
Authored: Thu May 25 13:19:55 2017 +0200
Committer: filmaj <ma...@gmail.com>
Committed: Thu May 25 13:19:55 2017 +0200

----------------------------------------------------------------------
 package.json | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/blob/d515b93d/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index ca2e007..d6bbafc 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,9 @@
     "type": "git",
     "url": "https://github.com/apache/cordova-plugin-screen-orientation"
   },
+  "bugs": {
+    "url": "https://issues.apache.org/jira/browse/CB"
+  },
   "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