@shell-shock/preset-cli 0.9.1 → 0.9.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/preset-cli",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "private": false,
5
5
  "description": "A package containing a Shell Shock plugin to generate source code given a list design tokens.",
6
6
  "keywords": [
@@ -186,7 +186,7 @@
186
186
  "@powerlines/plugin-plugin": "^0.12.335",
187
187
  "@shell-shock/core": "^0.14.4",
188
188
  "@shell-shock/plugin-banner": "^0.1.17",
189
- "@shell-shock/plugin-completions": "^0.3.0",
189
+ "@shell-shock/plugin-completions": "^0.3.1",
190
190
  "@shell-shock/plugin-console": "^0.1.30",
191
191
  "@shell-shock/plugin-help": "^0.2.8",
192
192
  "@shell-shock/plugin-prompts": "^0.3.31",
@@ -228,5 +228,5 @@
228
228
  "./package.json": "./package.json"
229
229
  }
230
230
  },
231
- "gitHead": "d123fb843b98e07d65b61f69f3f6a74b68ddc3b0"
231
+ "gitHead": "f6c65cf00def6dda8f7cba780d815be265855b43"
232
232
  }