Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

Commit

Permalink
Tweak bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
Darko Kukovec committed Nov 17, 2018
1 parent 14e02ac commit 020aa57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@infinumjs/cra-starter",
"version": "0.1.0",
"version": "0.1.1",
"description": "Infinum CRA project starter",
"main": "index.js",
"license": "MIT",
"bin": {
"@infinumjs/cra-starter": "./index.js"
"infinum-cra": "./index.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 020aa57

Please sign in to comment.