@eclipse-glsp/graph 2.6.0-next.3 → 2.7.0-next.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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eclipse-glsp/graph",
3
- "version": "2.6.0-next.3+7b1fdd9",
3
+ "version": "2.7.0-next.6+2d275ee",
4
4
  "description": "The typescript implementation of the GLSP graphical model (GModel)",
5
5
  "keywords": [
6
6
  "eclipse",
@@ -42,7 +42,7 @@
42
42
  "build": "tsc -b",
43
43
  "clean": "rimraf lib *.tsbuildinfo coverage .nyc_output",
44
44
  "generate:index": "glsp generateIndex src -f -s",
45
- "lint": "eslint --ext .ts,.tsx ./src",
45
+ "lint": "eslint ./src",
46
46
  "test": "mocha --config ../../.mocharc \"./src/**/*.spec.?(ts|tsx)\"",
47
47
  "test:ci": "yarn test --reporter mocha-ctrf-json-reporter",
48
48
  "test:coverage": "nyc yarn test",
@@ -57,5 +57,5 @@
57
57
  "publishConfig": {
58
58
  "access": "public"
59
59
  },
60
- "gitHead": "7b1fdd9129a853bd28b26b61de989715c45713a4"
60
+ "gitHead": "2d275ee9c4ea080f5fd99171e5c760f53ad34f49"
61
61
  }