Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Dec 17, 2022
1 parent ea77304 commit 7fb32c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "harfbuzzjs",
"version": "0.3.0",
"version": "0.3.1",
"description": "Minimal version of HarfBuzz for JavaScript use",
"main": "index.js",
"scripts": {
Expand Down

4 comments on commit 7fb32c7

@papandreou
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @khaledhosny, did you forget to publish this release to npm?

$ npm info harfbuzzjs

harfbuzzjs@0.3.0 | MIT | deps: none | versions: 12
Minimal version of HarfBuzz for JavaScript use
https://github.com/harfbuzz/harfbuzzjs#readme

keywords: harfbuzz, opentype, truetype, ttf, otf, graphics, complex scripts, typography, font rendering, font, fonts, emoji

dist
.tarball: https://registry.npmjs.org/harfbuzzjs/-/harfbuzzjs-0.3.0.tgz
.shasum: 7f49fc22e666e526619736066fc62adece91bba2
.integrity: sha512-H1TIOYfrVIPrI38mivVbbh+KZQSM/UCv7GhOyTajUzKShS+2NUEZFy65eb/1WUMMSUvtOuQ/jiYXccInJ2pLVA==
.unpackedSize: 706.7 kB

maintainers:
- ebraminio <ebraminio@gmail.com>
- khaledhosny <khaled@aliftype.com>

dist-tags:
latest: 0.3.0  

published 4 months ago by khaledhosny <khaled@aliftype.com>

@khaledhosny
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't recall ever publishing anything on npm, let me try to find how to do it.

@khaledhosny
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be on now. Thanks for the reminder.

@papandreou
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Works.

Please sign in to comment.