@neovici/cfg 1.1.0 → 1.2.0

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.
@@ -217,7 +217,7 @@ module.exports = {
217
217
  overrides: [
218
218
  {
219
219
  files: ['**/*.test.js'],
220
- extends: './eslint-test'
220
+ extends: './test'
221
221
  }
222
222
  ]
223
223
  };
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cfg",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Configuration for Neovici packages",
5
5
  "homepage": "https://github.com/Neovici/cfg#readme",
6
6
  "bugs": {
@@ -14,10 +14,12 @@
14
14
  "author": "Neovici dev",
15
15
  "main": "index.js",
16
16
  "files": [
17
+ "eslint/*.js",
17
18
  "*.js"
18
19
  ],
19
20
  "scripts": {
20
- "test": "eslint *.js"
21
+ "test:eslint": "eslint *.js eslint/*.js",
22
+ "test": "npm run test:eslint"
21
23
  },
22
24
  "release": {
23
25
  "plugins": [