Skip to content

Commit

Permalink
fixing npx package
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed Jun 23, 2023
1 parent e89fd2b commit b3ba1a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 31 deletions.
2 changes: 2 additions & 0 deletions bin/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#! /usr/bin/env node
console.log("Hello, World!");
29 changes: 0 additions & 29 deletions npm-cmd.js

This file was deleted.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "create-alpine-app",
"version": "0.0.1",
"bin" : "npx-cmd.js",
"version": "0.0.2",
"bin": {
"create-alpine-app": "bin/index.js"
},
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down

0 comments on commit b3ba1a1

Please sign in to comment.