Skip to content

Commit 6628656

Browse files
author
Bart in 't Veld
committed
Bin changes
1 parent c3ea23e commit 6628656

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

bin/main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env node
2+
13
const filesystem = require('fs-extra')
24
const path = require('path')
35
const {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-ionic-react-app",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"description": "React, ionic, typescript.",
55
"main": "index.js",
66
"scripts": {
@@ -10,7 +10,7 @@
1010
"license": "ISC",
1111
"preferGlobal": true,
1212
"bin": {
13-
"create-ionic-app": "./bin/main.js"
13+
"create-ionic-react-app": "./bin/main.js"
1414
},
1515
"devDependencies": {
1616
"tslint": "^5.14.0",

0 commit comments

Comments
 (0)