@opfr/raids 0.11.1 → 0.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/locales/fr.json +2 -2
- package/package.json +2 -2
package/locales/fr.json
CHANGED
|
@@ -825,11 +825,11 @@
|
|
|
825
825
|
"uc_give_nothing": {
|
|
826
826
|
"label": "Ne rien lui donner"
|
|
827
827
|
},
|
|
828
|
-
"
|
|
828
|
+
"ev_bear_attack": {
|
|
829
829
|
"title": "L'homme ou l'ours ?",
|
|
830
830
|
"text": "L'Ours vous attaque !"
|
|
831
831
|
},
|
|
832
|
-
"
|
|
832
|
+
"ev_failure_convince": {
|
|
833
833
|
"title": "",
|
|
834
834
|
"text": "Vous ne parvenez pas à vous faire comprendre"
|
|
835
835
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opfr/raids",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "OPFR raids",
|
|
6
6
|
"author": "Matthieu VEIGA",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"node_modules",
|
|
40
40
|
"dist"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "bdff9836b6911fa5045f8a069e72d12c7f7f5f7e"
|
|
43
43
|
}
|