@scion-scxml/eslint-plugin 4.0.23 → 4.0.25

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 CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@scion-scxml/eslint-plugin",
3
- "version": "4.0.23",
3
+ "version": "4.0.25",
4
4
  "description": "A ESLint plugin to lint and fix inline scripts contained in SCXML files.",
5
5
  "license": "ISC",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "https://gitlab.com/scion-scxml/eslint-plugin-scharpie"
8
+ "url": "https://gitlab.com/scion-scxml/eslint-plugin"
9
9
  },
10
- "homepage": "https://gitlab.com/scion-scxml/eslint-plugin-scharpie",
11
- "bugs": "https://gitlab.com/scion-scxml/eslint-plugin-scharpie/issues",
10
+ "homepage": "https://gitlab.com/scion-scxml/eslint-plugin",
11
+ "bugs": "https://gitlab.com/scion-scxml/eslint-plugin/issues",
12
12
  "keywords": [
13
13
  "eslint-plugin",
14
14
  "eslintplugin",
@@ -17,12 +17,12 @@
17
17
  ],
18
18
  "main": "src/index.js",
19
19
  "dependencies": {
20
- "@scion-scxml/sax": "^1.3.24",
21
- "@scion-scxml/scharpie": "^1.0.22",
20
+ "@scion-scxml/sax": "^1.3.25",
21
+ "@scion-scxml/scharpie": "^1.0.24",
22
22
  "underscore": "^1.8.3"
23
23
  },
24
24
  "devDependencies": {
25
- "eslint": "^4.7.0",
25
+ "eslint": "5.5.0",
26
26
  "eslint-config-benoitz-prettier": "^1.0.1",
27
27
  "jest": "^21.1.0",
28
28
  "prettier": "^1.7.4"
@@ -32,5 +32,5 @@
32
32
  "test": "jest",
33
33
  "lint": "eslint ."
34
34
  },
35
- "gitHead": "0838a38c74a63ce40c48168e03c4e783e37c1731"
35
+ "gitHead": "ce920c0df2cbf1e96b0ebafa658c1019c43f81d7"
36
36
  }
package/src/index.js CHANGED
@@ -65,9 +65,9 @@ function iterateESLintModules(fn) {
65
65
  if (!found) {
66
66
  throw new Error(
67
67
  oneLine`
68
- eslint-plugin-scharpie error: It seems that eslint is not loaded.
68
+ @scion-scxml/eslint-plugin error: It seems that eslint is not loaded.
69
69
  If you think it is a bug, please file a report at
70
- https://github.com/scion-scxml/eslint-plugin-scharpie/issues
70
+ https://gitlab.com/scion-scxml/eslint-plugin/issues
71
71
  `
72
72
  )
73
73
  }
package/.git DELETED
@@ -1 +0,0 @@
1
- gitdir: ../../../.git/modules/projects/devtools/eslint-plugin-scharpie