Skip to content

Commit 43001e9

Browse files
committed
chore: bump 1.7.2
1 parent 0a67b9b commit 43001e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-mac-contacts",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"description": "A native module that allows you to access and manipulate macOS contacts",
55
"main": "index.js",
66
"scripts": {
@@ -9,7 +9,7 @@
99
"clean": "node-gyp clean",
1010
"lint": "prettier --check '**/*.js'",
1111
"format": "clang-format -i contacts.mm && prettier --write '**/*.js'",
12-
"rebuild": "node-gyp rebuild",
12+
"rebuild": "node-gyp 2ebuild",
1313
"rebuild:dev": "node-gyp rebuild --debug",
1414
"test": "./node_modules/.bin/mocha --reporter spec",
1515
"prepare": "husky install"

0 commit comments

Comments
 (0)