@reactful/create 0.0.51 → 0.0.52

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 +2 -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,11 @@
1
1
  {
2
2
  "name": "@reactful/create",
3
- "version": "0.0.51",
3
+ "version": "0.0.52",
4
4
  "main": "index.js",
5
5
  "description": "reactful scafold tool",
6
6
  "author": "jonathan de sena ribeiro <jsenaribeiro@gmail.com>",
7
7
  "license": "MIT",
8
- "bin": "index.js",
8
+ "bin": { "@reactful/create" : "index.js"},
9
9
  "scripts": {
10
10
  "deploy": "npm publish --access public"
11
11
  },