@timeax/scaffold 0.0.6 → 0.0.7

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.
@@ -1,6 +1,7 @@
1
1
  <component name="ProjectDictionaryState">
2
2
  <dictionary name="project">
3
3
  <words>
4
+ <w>timeax</w>
4
5
  <w>treeshake</w>
5
6
  </words>
6
7
  </dictionary>
package/dist/cli.cjs CHANGED
@@ -1,3 +1,4 @@
1
+ #!/usr/bin/env node
1
2
  'use strict';
2
3
 
3
4
  var readline = require('readline');
@@ -20,8 +21,6 @@ var os__default = /*#__PURE__*/_interopDefault(os);
20
21
  var crypto__default = /*#__PURE__*/_interopDefault(crypto);
21
22
  var chokidar__default = /*#__PURE__*/_interopDefault(chokidar);
22
23
 
23
- // src/cli/main.ts
24
-
25
24
  // src/schema/index.ts
26
25
  var SCAFFOLD_ROOT_DIR = ".scaffold";
27
26