Comparing version 2.9.4 to 2.9.5
@@ -46,2 +46,3 @@ /** | ||
run: run, | ||
ripple: require('./src/ripple'), | ||
emulate: require('./src/emulate'), | ||
@@ -48,0 +49,0 @@ plugin: require('./src/plugin'), |
{ | ||
"name": "cordova", | ||
"version": "2.9.4", | ||
"version": "2.9.5", | ||
"preferGlobal": "true", | ||
@@ -40,2 +40,3 @@ "description": "Cordova command line interface tool", | ||
"request":"2.22.0", | ||
"ripple-emulator":"0.9.18", | ||
"semver":"1.1.0", | ||
@@ -42,0 +43,0 @@ "glob":"3.2.x", |
@@ -147,2 +147,5 @@ /** | ||
}, | ||
config_xml:function() { | ||
return path.join(this.wp7_proj_dir, 'config.xml'); | ||
}, | ||
// copies the app www folder into the wp7 project's www folder and updates the csproj file. | ||
@@ -149,0 +152,0 @@ update_www:function() { |
@@ -148,2 +148,5 @@ /** | ||
}, | ||
config_xml:function() { | ||
return path.join(this.wp8_proj_dir, 'config.xml'); | ||
}, | ||
// copies the app www folder into the wp8 project's www folder and updates the csproj file. | ||
@@ -150,0 +153,0 @@ update_www:function() { |
304309
6150
16
+ Addedripple-emulator@0.9.18
+ Addedaccounting@0.4.1(transitive)
+ Addedbuffer-crc32@0.1.1(transitive)
+ Addedcolors@0.6.0-1(transitive)
+ Addedconnect@2.7.2(transitive)
+ Addedconnect-xcors@0.5.2(transitive)
+ Addedcookie@0.0.5(transitive)
+ Addedcookie-signature@0.0.1(transitive)
+ Addedexpress@3.1.0(transitive)
+ Addedmoment@1.7.2(transitive)
+ Addedrequest@2.12.0(transitive)
+ Addedripple-emulator@0.9.18(transitive)