Skip to content

Commit

Permalink
Add explicit dependency on cordova-lib to prevent build error on iOS. F…
Browse files Browse the repository at this point in the history
…ixes dpa99c#2.
  • Loading branch information
dpa99c committed Jun 19, 2019
1 parent 3239b92 commit 0975b14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"test:cordova@8.0.0:browser@5.0.3": "bash ./test/test-default.sh 8.0.0 browser 5.0.3"
},
"dependencies": {
"xcode": "^2.0.0"
"xcode": "^2.0.0",
"cordova-lib":"^9.0.0"
}
}

0 comments on commit 0975b14

Please sign in to comment.