@gapi/daemon 1.8.151 → 1.8.152

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 +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gapi/daemon",
3
- "version": "1.8.151",
3
+ "version": "1.8.152",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/Stradivario/gapi.git"
@@ -10,6 +10,7 @@
10
10
  "patch": "npm run build && npm version patch && npm publish --update-readme --access public && npm run delete-dist",
11
11
  "delete-dist": "rm -rf dist",
12
12
  "clean": "git clean -dxf",
13
+ "test": "echo test",
13
14
  "lint": "npx eslint . --ext .ts",
14
15
  "lint-fix": "npx eslint . --fix --ext .ts",
15
16
  "build": "rm -rf dist && tsc || true"
@@ -51,7 +52,7 @@
51
52
  "verbose": true,
52
53
  "collectCoverage": true
53
54
  },
54
- "description": "![Build Status](http://gitlab.youvolio.com/gapi/gapi-starter/badges/master/build.svg)",
55
+ "description": "![Build Status](https://github.com/Stradivario/gapi/issues)",
55
56
  "devDependencies": {
56
57
  "@types/hapi": "^18.0.2",
57
58
  "typescript": "^3.8.3",