Skip to content

Commit f207d74

Browse files
committed
add prepublish hook
1 parent 7daf5aa commit f207d74

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fontnik",
3-
"version": "0.7.4-dev.2",
3+
"version": "0.7.4-dev.3",
44
"description": "A library that delivers a range of glyphs rendered as SDFs (signed distance fields) in a protobuf.",
55
"keywords": [
66
"font",
@@ -51,6 +51,7 @@
5151
"test": "./node_modules/.bin/tape test/**/*.test.js",
5252
"prebuildify": "prebuildify --napi --tag-uv --tag-libc --strip"
5353
},
54+
"prepublishOnly": "npm run download-binaries",
5455
"binary": {
5556
"module_name": "fontnik",
5657
"module_path": "./lib/binding/"

0 commit comments

Comments
 (0)