@codeleap/config 1.1.1 → 2.3.15

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 (2) hide show
  1. package/.eslintrc.js +1 -0
  2. package/package.json +6 -2
package/.eslintrc.js CHANGED
@@ -164,6 +164,7 @@ const typescript = {
164
164
  },
165
165
  'multilineDetection': 'brackets',
166
166
  }],
167
+ '@typescript-eslint/no-var-require': 'off',
167
168
  }
168
169
 
169
170
  module.exports = {
package/package.json CHANGED
@@ -1,9 +1,13 @@
1
1
  {
2
2
  "name": "@codeleap/config",
3
- "version": "1.1.1",
3
+ "version": "2.3.15",
4
4
  "main": "index.js",
5
5
  "license": "UNLICENSED",
6
- "repository": "PRIVATE",
6
+ "repository": {
7
+ "url": "https://github.com/codeleap-uk/internal-libs-monorepo.git",
8
+ "type": "git",
9
+ "directory": "packages/config"
10
+ },
7
11
  "files": [
8
12
  ".eslintrc.js"
9
13
  ],