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

Commit

Permalink
Bump 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thibmaek committed Aug 1, 2019
1 parent 143d7fa commit 7e49863
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Binary file modified bin/hubble-cli
Binary file not shown.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -21,16 +21,15 @@
"bash": ">=4"
},
"bin": {
"hubble-cli": "./cli.js",
"hubble": "bash hubble.sh"
"hubble-cli": "./cli.js"
},
"scripts": {
"start": "node cli.js",
"start:document": "npm start -- --dump",
"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",
Expand Down

0 comments on commit 7e49863

Please sign in to comment.