@peakfinder/headless 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@peakfinder/headless",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "PeakFinder headless functions for getting 'true' sun and moon times by using a digital elevation model for the calculations.",
|
|
5
5
|
"author": "Fabio Soldati <info@peakfinder.com> (https://www.peakfinder.com/about/)",
|
|
6
6
|
"os": ["linux", "darwin", "win32"],
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"prebuild": "prebuildify --napi --strip",
|
|
11
11
|
"build": "node-gyp configure build",
|
|
12
12
|
"test": "node --napi-modules ./test/test_index.js",
|
|
13
|
-
"
|
|
13
|
+
"publishtonodejs": "npm publish --access public"
|
|
14
14
|
},
|
|
15
15
|
"main": "index.js",
|
|
16
16
|
"files": [
|