cordova-registry-mapper
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -21,3 +21,5 @@ var map = { | ||
'org.apache.cordova.vibration':'cordova-plugin-vibration', | ||
'org.apache.cordova.test-framework':'cordova-plugin-test-framework' | ||
'org.apache.cordova.test-framework':'cordova-plugin-test-framework', | ||
'com.msopentech.websql' : 'cordova-plugin-websql', | ||
'com.msopentech.indexeddb' : 'cordova-plugin-indexeddb' | ||
} | ||
@@ -24,0 +26,0 @@ |
{ | ||
"name": "cordova-registry-mapper", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Maps old plugin ids to new plugin names for fetching from npm", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
3255
38