Skip to content

Commit

Permalink
feat: upgrade to html-sketchapp@4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed May 10, 2019
1 parent ecc61fe commit 4db4157
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Convert [Storybook](https://storybook.js.org) stories into [Sketch](https://www.
## Quickstart

Firstly, get [Sketch](https://sketchapp.com) and [npm](https://nodejs.org/en/download/). Then install [`asketch2sketch.sketchplugin`](https://github.com/brainly/html-sketchapp/releases/download/v4.0.0/asketch2sketch-4-0-0.sketchplugin.zip) into Sketch:
Firstly, get [Sketch](https://sketchapp.com) and [npm](https://nodejs.org/en/download/). Then install [`asketch2sketch.sketchplugin`](https://github.com/brainly/html-sketchapp/releases/download/v4.2.0/asketch2sketch-4-2-0.sketchplugin.zip) into Sketch:

<img src="https://i.imgur.com/9eDm6NQ.png" width="450" alt="Installing Sketch plugin" title="Installing Sketch plugin" />

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
}
},
"dependencies": {
"@brainly/html-sketchapp": "^4.0.0",
"@brainly/html-sketchapp": "^4.2.0",
"babel-runtime": "^6.26.0",
"chalk": "^2.3.0",
"cosmiconfig": "^4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@brainly/html-sketchapp@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@brainly/html-sketchapp/-/html-sketchapp-4.0.0.tgz#a32cd17f9261e94c93a07bf85b8b3fcbf4bcf71b"
integrity sha512-SFtiqi7lmueQQEquO+S6Fm+Be3qZ6YwLJBxCb+EsiiCdEul+FgO+y7XkNKXTUwAcx6ZOuXMySJbUJyn2lQnMvA==
"@brainly/html-sketchapp@^4.2.0":
version "4.2.0"
resolved "https://registry.yarnpkg.com/@brainly/html-sketchapp/-/html-sketchapp-4.2.0.tgz#a50dee2b4ce34b32eaf6fd6af37b22e92d503912"
integrity sha512-Cbi73OcEohNggLfV9KWqJAYQyorGv/W6ZRgQ7DpCSJI6L2yBax16V79g6CZQP0s6CwQSKPFl+2BYp9YtpvpeEQ==
dependencies:
murmur2js "^1.0.0"
normalize-css-color "^1.0.2"
Expand Down

0 comments on commit 4db4157

Please sign in to comment.