@sps-woodland/codemods 0.0.1 → 0.0.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/main.js CHANGED
@@ -14,9 +14,10 @@ const yargv = yargs
14
14
 
15
15
  console.log(yargv);
16
16
 
17
- const res = await run("transform.js", ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"], {
17
+ run("transform.js", ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"], {
18
18
  dry: true,
19
19
  print: true,
20
20
  verbose: 1,
21
+ }).then((result) => {
22
+ console.log(result);
21
23
  });
22
- console.log(res);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sps-woodland/codemods",
3
3
  "description": "SPS Woodland Design System codemods",
4
- "version": "0.0.1",
4
+ "version": "0.0.2",
5
5
  "author": "SPS Commerce",
6
6
  "license": "UNLICENSED",
7
7
  "repository": "https://github.com/spscommerce/woodland/tree/master/packages/@sps-woodland/codemods",
Binary file