create-valaxy 0.14.15 → 0.14.17
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +2 -2
- package/package.json +1 -1
- package/template/package.json +2 -2
package/index.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
#!/usr/bin/env node
|
2
2
|
/* eslint-disable no-console */
|
3
3
|
|
4
|
-
const fs = require('fs')
|
5
|
-
const path = require('path')
|
4
|
+
const fs = require('node:fs')
|
5
|
+
const path = require('node:path')
|
6
6
|
const argv = require('minimist')(process.argv.slice(2))
|
7
7
|
const prompts = require('prompts')
|
8
8
|
const execa = require('execa')
|
package/package.json
CHANGED
package/template/package.json
CHANGED