File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ call :builduwp Windows.Devices.Radios %1
1010goto :eof
1111
1212:builduwp
13- echo Building NodeRT UWP adapter for %1
14- pushd uwp \%1
13+ echo Installing NodeRT UWP adapter for %1
14+ pushd %~dp0 uwp \%1
1515call node-pre-gyp install --fallback-to-build --msvs_version=2015 %2
1616if errorlevel 1 exit
1717echo .
Original file line number Diff line number Diff line change 11{
22 "name" : " noble-uwp" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.4.2 " ,
44 "description" : " Noble (Node.js Bluetooth LE) with Windows 10 UWP bindings" ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "install" : " build .cmd"
7+ "install" : " install .cmd"
88 },
99 "os" : [
1010 " win32"
2929 "dependencies" : {
3030 "debug" : " ^2.6.0" ,
3131 "noble" : " ^1.7.0"
32- }
32+ },
33+ "bundledDependencies" : [
34+ " node-pre-gyp"
35+ ]
3336}
You can’t perform that action at this time.
0 commit comments