chore: package cleanup (#58)

removes further deprecation notices
updates git and bugs URLs
uses shorthand syntax in package.json file
diff --git a/package.json b/package.json
index d98d277..954502f 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "cordova-plugin-device-orientation",
   "version": "2.0.2-dev",
-  "description": "[DEPRECATED] Cordova Device Orientation Plugin",
+  "description": "Cordova Device Orientation Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
     "id": "cordova-plugin-device-orientation",
@@ -12,13 +12,8 @@
       "browser"
     ]
   },
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/apache/cordova-plugin-device-orientation"
-  },
-  "bugs": {
-    "url": "https://issues.apache.org/jira/browse/CB"
-  },
+  "repository": "github:apache/cordova-plugin-device-orientation",
+  "bugs": "https://github.com/apache/cordova-plugin-device-orientation/issues",
   "keywords": [
     "cordova",
     "device",
diff --git a/plugin.xml b/plugin.xml
index cdf8a25..fe641fb 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -24,11 +24,11 @@
     version="2.0.2-dev">
 
     <name>Device Orientation</name>
-    <description>[DEPRECATED] Cordova Device Orientation Plugin</description>
+    <description>Cordova Device Orientation Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,device,orientation</keywords>
-    <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation.git</repo>
-    <issue>https://issues.apache.org/jira/browse/CB/component/12320637</issue>
+    <repo>https://github.com/apache/cordova-plugin-device-orientation</repo>
+    <issue>https://github.com/apache/cordova-plugin-device-orientation/issues</issue>
 
     <js-module src="www/CompassError.js" name="CompassError">
         <clobbers target="CompassError" />
@@ -42,11 +42,6 @@
         <clobbers target="navigator.compass" />
     </js-module>
 
-    <info>
-        [DEPRECATED] - cordova-plugin-device-orientation
-        With the W3C Device Motion and Orientation API now being supported on iOS, Android and Windows devices, this plugin is not needed any more. Read more about the API at https://www.w3.org/TR/2016/CR-orientation-event-20160818/ 
-    </info>
-
     <!-- android -->
     <platform name="android">
         <config-file target="res/xml/config.xml" parent="/*">