Skip to content

Commit 4db4157

Browse files
committed
feat: upgrade to [email protected]
1 parent ecc61fe commit 4db4157

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.0.0/asketch2sketch-4-0-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/brainly/html-sketchapp/releases/download/v4.2.0/asketch2sketch-4-2-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.0.0",
52+
"@brainly/html-sketchapp": "^4.2.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.0.0":
6-
version "4.0.0"
7-
resolved "https://registry.yarnpkg.com/@brainly/html-sketchapp/-/html-sketchapp-4.0.0.tgz#a32cd17f9261e94c93a07bf85b8b3fcbf4bcf71b"
8-
integrity sha512-SFtiqi7lmueQQEquO+S6Fm+Be3qZ6YwLJBxCb+EsiiCdEul+FgO+y7XkNKXTUwAcx6ZOuXMySJbUJyn2lQnMvA==
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==
99
dependencies:
1010
murmur2js "^1.0.0"
1111
normalize-css-color "^1.0.2"

0 commit comments

Comments
 (0)