Fixes accidentally changed value of strophejs-plugins property in package.json
This commit is contained in:
parent
47fe71c1f1
commit
661795fd51
|
@ -29,7 +29,7 @@
|
||||||
"jssha": "1.5.0",
|
"jssha": "1.5.0",
|
||||||
"retry": "0.6.1",
|
"retry": "0.6.1",
|
||||||
"strophe": "^1.2.2",
|
"strophe": "^1.2.2",
|
||||||
"strophejs-plugins": "strophe/strophejs-plugins",
|
"strophejs-plugins": "^0.0.6",
|
||||||
"toastr": "^2.0.3",
|
"toastr": "^2.0.3",
|
||||||
"postis": "^2.2.0",
|
"postis": "^2.2.0",
|
||||||
"jws": "*"
|
"jws": "*"
|
||||||
|
|
Loading…
Reference in New Issue