Skip to content

Commit a453cda

Browse files
committed
feat: upgrade to html-sketchapp@4.3.0
1 parent badf45a commit a453cda

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Convert [Storybook](https://storybook.js.org) stories into [Sketch](https://www.
88
99
## Quickstart
1010

11-
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:
11+
Firstly, get [Sketch](https://sketchapp.com) and [npm](https://nodejs.org/en/download/). Then install [`asketch2sketch.sketchplugin`](https://github.com/html-sketchapp/html-sketchapp/releases/download/v4.3.0/asketch2sketch-4-3-0.sketchplugin.zip) into Sketch:
1212

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
}
5050
},
5151
"dependencies": {
52-
"@brainly/html-sketchapp": "^4.2.0",
52+
"@brainly/html-sketchapp": "^4.3.0",
5353
"babel-runtime": "^6.26.0",
5454
"chalk": "^2.3.0",
5555
"cosmiconfig": "^4.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@brainly/html-sketchapp@^4.2.0":
6-
version "4.2.0"
7-
resolved "https://registry.yarnpkg.com/@brainly/html-sketchapp/-/html-sketchapp-4.2.0.tgz#a50dee2b4ce34b32eaf6fd6af37b22e92d503912"
8-
integrity sha512-Cbi73OcEohNggLfV9KWqJAYQyorGv/W6ZRgQ7DpCSJI6L2yBax16V79g6CZQP0s6CwQSKPFl+2BYp9YtpvpeEQ==
5+
"@brainly/html-sketchapp@^4.3.0":
6+
version "4.3.0"
7+
resolved "https://registry.yarnpkg.com/@brainly/html-sketchapp/-/html-sketchapp-4.3.0.tgz#070d64af95924aa2542a2ebe3ab0751e331e9b25"
8+
integrity sha512-B5YivFRnKtIQ6aFmND+AG1y3wgGIN63ri+JmyQpn2Qupghof+hOamCTGyIyWrbjUzLA1YgbMhM+D2QhVu7kB8A==
99
dependencies:
1010
murmur2js "^1.0.0"
1111
normalize-css-color "^1.0.2"

0 commit comments

Comments
 (0)