We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a67b9b commit 43001e9Copy full SHA for 43001e9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-mac-contacts",
3
- "version": "1.7.1",
+ "version": "1.7.2",
4
"description": "A native module that allows you to access and manipulate macOS contacts",
5
"main": "index.js",
6
"scripts": {
@@ -9,7 +9,7 @@
9
"clean": "node-gyp clean",
10
"lint": "prettier --check '**/*.js'",
11
"format": "clang-format -i contacts.mm && prettier --write '**/*.js'",
12
- "rebuild": "node-gyp rebuild",
+ "rebuild": "node-gyp 2ebuild",
13
"rebuild:dev": "node-gyp rebuild --debug",
14
"test": "./node_modules/.bin/mocha --reporter spec",
15
"prepare": "husky install"
0 commit comments