Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit f5990b0

Browse files
Merge pull request #660 from aaronjensen/patch-1
Fix dependency list
2 parents 9bc130d + f7d3280 commit f5990b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"android",
2626
"ios"
2727
],
28-
"dependencies": [
29-
"q"
30-
],
28+
"dependencies": {
29+
"q": "*"
30+
},
3131
"engines": [
3232
{
3333
"name": "cordova",

0 commit comments

Comments
 (0)