@reactful/create 0.0.51 → 0.0.53

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +2 -0
  2. package/package.json +3 -2
package/index.js CHANGED
@@ -1,3 +1,5 @@
1
+ #!/usr/bin/env node
2
+
1
3
  import inquirer from 'inquirer'
2
4
  import { $ } from "bun"
3
5
  import path from 'path'
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@reactful/create",
3
- "version": "0.0.51",
3
+ "version": "0.0.53",
4
4
  "main": "index.js",
5
+ "type": "module",
5
6
  "description": "reactful scafold tool",
6
7
  "author": "jonathan de sena ribeiro <jsenaribeiro@gmail.com>",
7
8
  "license": "MIT",
8
- "bin": "index.js",
9
+ "bin": { "@reactful/create" : "index.js"},
9
10
  "scripts": {
10
11
  "deploy": "npm publish --access public"
11
12
  },