Issue 22: Please add package.json

Add package.json file and rename package id to follow npm convention.
This commit is contained in:
Michael Jordan
2015-09-25 08:10:39 -04:00
parent 3efce21dfd
commit e9af64bc44
4 changed files with 42 additions and 5 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ var argscheck = require('cordova/argscheck'),
device = require('cordova-plugin-device.device'),
network = require('cordova-plugin-network-information.network'),
connection = require('cordova-plugin-network-information.Connection'),
MobileAccessibilityNotifications = require('com.phonegap.plugin.mobile-accessibility.MobileAccessibilityNotifications');
MobileAccessibilityNotifications = require('phonegap-plugin-mobile-accessibility.MobileAccessibilityNotifications');
var MobileAccessibility = function() {
this._isScreenReaderRunning = false;