czg 1.6.1 → 1.6.2-beta.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/bin/index.js +2 -2
  2. package/lib/index.js +153 -154
  3. package/package.json +2 -2
package/bin/index.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
- 'use strict'
3
- import('../lib/index.js')
2
+ 'use strict'
3
+ require('../lib/index.js')