Browse Source

Fixes accidentally changed value of strophejs-plugins property in package.json

j8
hristoterezov 9 years ago
parent
commit
661795fd51
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      package.json

+ 1
- 1
package.json View File

29
     "jssha": "1.5.0",
29
     "jssha": "1.5.0",
30
     "retry": "0.6.1",
30
     "retry": "0.6.1",
31
     "strophe": "^1.2.2",
31
     "strophe": "^1.2.2",
32
-    "strophejs-plugins": "strophe/strophejs-plugins",
32
+    "strophejs-plugins": "^0.0.6",
33
     "toastr": "^2.0.3",
33
     "toastr": "^2.0.3",
34
     "postis": "^2.2.0",
34
     "postis": "^2.2.0",
35
     "jws": "*"
35
     "jws": "*"

Loading…
Cancel
Save