update pre-gyp info in package.json (#1030)

This commit is contained in:
Niklas Nisbeth 2017-06-15 15:52:32 +02:00 committed by Yavor Georgiev
parent fdc9414013
commit 236f8df1aa

View File

@ -114,6 +114,6 @@
"module_name": "realm", "module_name": "realm",
"module_path": "./compiled/{node_abi}_{platform}_{arch}/", "module_path": "./compiled/{node_abi}_{platform}_{arch}/",
"host": "https://static.realm.io", "host": "https://static.realm.io",
"remote_path": "/node-pre-gyp" "remote_path": "/node-pre-gyp/{version}/"
} }
} }