@swrpg-online/dice 1.2.1 → 1.2.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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swrpg-online/dice",
|
|
3
|
-
"version": "1.2.1",
|
|
4
3
|
"description": "A TypeScript library that creates dice rolls using the narrative dice system for the Star Wars Roleplaying Game by Fantasy Flight Games and Edge Studio.",
|
|
5
4
|
"keywords": [
|
|
6
5
|
"swrpg",
|
|
@@ -75,5 +74,6 @@
|
|
|
75
74
|
},
|
|
76
75
|
"lint-staged": {
|
|
77
76
|
"**/*": "prettier --write --ignore-unknown"
|
|
78
|
-
}
|
|
77
|
+
},
|
|
78
|
+
"version": "1.2.2"
|
|
79
79
|
}
|