Skip to content

Commit

Permalink
silence build time warnings about mac os version
Browse files Browse the repository at this point in the history
  • Loading branch information
Saimis committed Sep 23, 2020
1 parent 5f25d7a commit badc8fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"prettier": "^2.0.4"
},
"scripts": {
"build": "node-gyp build",
"build:dev": "node-gyp build --debug",
"build": "MACOSX_DEPLOYMENT_TARGET=10.15 node-gyp build",
"build:dev": "MACOSX_DEPLOYMENT_TARGET=10.15 node-gyp build --debug",
"clean": "node-gyp clean",
"lint": "prettier --check '**/*.js'",
"format": "clang-format -i main.mm AppleLogin.m ApleLogin.h && prettier --write '**/*.js'",
Expand Down

0 comments on commit badc8fd

Please sign in to comment.