diff --git a/bin/hubble-cli b/bin/hubble-cli index baa8f71..31f273c 100755 Binary files a/bin/hubble-cli and b/bin/hubble-cli differ diff --git a/package-lock.json b/package-lock.json index 8c15389..81c1429 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hubble-scripts", - "version": "4.0.0", + "version": "4.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4579230..8dcadf4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hubble-scripts", "description": "Scripts repository to export design data like colors, fonts & text, and map them to design tokens.", - "version": "4.0.0", + "version": "4.1.0", "homepage": "https://hubble.inthepocket.design", "repository": "inthepocket/hubble-scripts", "author": "In The Pocket", @@ -21,8 +21,7 @@ "bash": ">=4" }, "bin": { - "hubble-cli": "./cli.js", - "hubble": "bash hubble.sh" + "hubble-cli": "./cli.js" }, "scripts": { "start": "node cli.js", @@ -30,7 +29,7 @@ "start:artboards": "npm start -- --dump --useColorArtboards --useGradientArtboards", "start:styledictionary": "npm start -- --dump --useColorArtboards --useGradientArtboards --useStyleDictionaryOutput", "clean": "rm hubble-data.json && rm -rf sketchtool-export node_modules && npm install", - "export": "./sketchtool.sh ./__mocks__/sample_sketchfile.sketch", + "export": "./sketchtool.sh ./__mocks__/sketch/sample_sketchfile.sketch", "format": "itp-react-scripts format \"**/*.js\"", "lint": "itp-react-scripts lint \"**/*.js\"", "lint:fix": "npm run lint -- --fix",