cordova-registry-mapper
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -72,3 +72,10 @@ var map = { | ||
'uk.co.ilee.shake' : 'cordova-plugin-shake', | ||
'uk.co.ilee.touchid' : 'cordova-plugin-touchid' | ||
'uk.co.ilee.touchid' : 'cordova-plugin-touchid', | ||
'com.knowledgecode.cordova.websocket' : 'cordova-plugin-websocket', | ||
'com.elixel.plugins.settings' : 'cordova-plugin-settings', | ||
'com.cowbell.cordova.geofence' : 'cordova-plugin-geofence', | ||
'com.blackberry.community.preventsleep' : 'cordova-plugin-preventsleep', | ||
'com.blackberry.community.gamepad' : 'cordova-plugin-gamepad', | ||
'com.blackberry.community.led' : 'cordova-plugin-led', | ||
'net.yoik.cordova.plugins.screenorientation' : 'cordova-plugin-screen-orientation' | ||
} | ||
@@ -75,0 +82,0 @@ |
{ | ||
"name": "cordova-registry-mapper", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Maps old plugin ids to new plugin names for fetching from npm", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
6963
94