File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1- android /
1+ android /
2+ ionic-example /
3+ .vscode
Original file line number Diff line number Diff line change 6868 "protractor" : " ~5.4.0" ,
6969 "ts-node" : " ~7.0.0" ,
7070 "tslint" : " ~5.15.0" ,
71- "typescript" : " ~3.4.3"
71+ "typescript" : " ~3.4.3" ,
72+ "kind-of" : " >=6.0.3" ,
73+ "minimist" : " >=1.2.2" ,
74+ "acorn" : " >=6.4.1" ,
75+ "handlebars" : " >=4.3.0" ,
76+ "serialize-javascript" : " >=2.1.1"
7277 },
7378 "description" : " An Ionic project" ,
7479 "cordova" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " cordova-plugin-nativeview" ,
3- "version" : " 1.0.11 " ,
3+ "version" : " 1.0.12 " ,
44 "typings" : " types" ,
55 "types" : " types" ,
66 "description" : " Start or Back to a native screen/page" ,
4848 "plugman" : " ^2.0.0" ,
4949 "tar" : " ^4.4.10" ,
5050 "tunnel-agent" : " ^0.6.0" ,
51- "typescript" : " ^3.5.3"
51+ "typescript" : " ^3.5.3" ,
52+ "acorn" : " >=5.7.4" ,
53+ "kind-of" : " >=6.0.3" ,
54+ "minimist" : " >=1.2.2"
5255 },
5356 "scripts" : {
5457 "release" : " ./node_modules/.bin/np" ,
You can’t perform that action at this time.
0 commit comments