From 0900ac5b2337bf92a9d6da8373042c17664fdff1 Mon Sep 17 00:00:00 2001 From: Ricardo Gladwell Date: Fri, 14 Dec 2018 11:11:59 +0000 Subject: [PATCH] Fix: executable failing on Mac The installed executable was failing on Mac with the following error: `env: node\r: No such file or directory` Solution as detailed here is to release from a Unix-based OS: https://github.com/yarnpkg/yarn/issues/5480 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3a24610..0919b9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ink-cli", - "version": "0.0.6", + "version": "0.0.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 71cd374..ff02287 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ink-cli", "description": "Command line tool to manage ink-elements projects", - "version": "0.0.7", + "version": "0.0.8", "license": "MIT", "repository": "ink-elements/ink-cli", "author": {