@pnx-mixtape/ids-shape 0.0.15 → 0.0.16

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.
Files changed (2) hide show
  1. package/enums.ts +1 -1
  2. package/package.json +1 -1
package/enums.ts CHANGED
@@ -187,7 +187,7 @@ export enum StepsModifier {
187
187
 
188
188
  export enum ListItemModifiers {
189
189
  BLOCK = "block",
190
- REVERSE = "reverse"
190
+ REVERSE = "reversed"
191
191
  }
192
192
 
193
193
  export enum MastheadModifier {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnx-mixtape/ids-shape",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "description": "shape details for ids project",
5
5
  "main": "./index.ts",
6
6
  "type": "module",