@peakfinder/headless 1.0.1 → 1.0.2

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.
Files changed (1) hide show
  1. package/package.json +5 -3
package/package.json CHANGED
@@ -1,14 +1,16 @@
1
1
  {
2
2
  "name": "@peakfinder/headless",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "PeakFinder headless functions for getting 'true' sun and moon times by using a digital elevation model for the calculations.",
5
+ "author": "Fabio Soldati <info@peakfinder.com> (https://www.peakfinder.com/about/)",
5
6
  "os": ["linux", "darwin", "win32"],
6
7
  "cpu": ["x64", "arm64"],
8
+ "license": "SEE LICENSE IN LICENSE.txt",
7
9
  "scripts": {
8
10
  "prebuild": "prebuildify --napi --strip",
9
- "install": "node-gyp rebuild",
10
11
  "build": "node-gyp configure build",
11
- "test": "node --napi-modules ./test/test_index.js"
12
+ "test": "node --napi-modules ./test/test_index.js",
13
+ "publish": "npm publish --access public"
12
14
  },
13
15
  "main": "index.js",
14
16
  "files": [