@crowsgear/escl-protocol-scanner 1.0.4 → 1.0.6

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 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crowsgear/escl-protocol-scanner",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "eSCL/AirPrint Protocol Scanner Library - HTTP-based network scanner support with mDNS discovery",
5
5
  "license": "MIT",
6
6
  "author": "CrowsGear",
@@ -42,7 +42,10 @@
42
42
  "clean": "rm -rf dist",
43
43
  "prepublishOnly": "yarn run build",
44
44
  "prepack": "yarn run build",
45
- "postinstall": "node scripts/check-python-deps.js"
45
+ "postinstall": "node scripts/check-python-deps.js",
46
+ "publish:npm": "npm publish --registry https://registry.npmjs.org/ --access public",
47
+ "publish:github": "npm publish --registry https://npm.pkg.github.com --access public",
48
+ "publish:all": "npm version patch && npm run publish:npm && npm run publish:github"
46
49
  },
47
50
  "keywords": [
48
51
  "escl",