czg 1.6.2-beta.1 → 1.6.2-beta.3

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 +174 -168
  3. package/package.json +19 -14
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')