Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_automatedtagging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-12-23 05:22:27 +0300
committerGitHub <noreply@github.com>2019-12-23 05:22:27 +0300
commit64d8e517a3cada2cc661eea6d3154d3ff9d150a8 (patch)
tree4861bd3acba3bb0da8833aa70b88a6149f5bc8c5
parent6982c03b5c3cc231296f0eeeba3d17b705c193fd (diff)
Bump eslint-config-nextcloud from 0.1.0 to 0.1.1
Bumps [eslint-config-nextcloud](https://github.com/nextcloud/eslint-config-nextcloud) from 0.1.0 to 0.1.1. - [Release notes](https://github.com/nextcloud/eslint-config-nextcloud/releases) - [Commits](https://github.com/nextcloud/eslint-config-nextcloud/compare/v0.1.0...v0.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 510014d..352850e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4384,9 +4384,9 @@
}
},
"eslint-config-nextcloud": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/eslint-config-nextcloud/-/eslint-config-nextcloud-0.1.0.tgz",
- "integrity": "sha512-qaxA/OZzfa4G4JQt0UGNs8uJcKsln7UM71R2vdiSpcgKW5hJ6tqtPP7RExS+4osBOl7ntiXihg9bj7PUwqsNaA==",
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/eslint-config-nextcloud/-/eslint-config-nextcloud-0.1.1.tgz",
+ "integrity": "sha512-/1VAkt7Y/m63eZfBiYkSzZMwQtmz0DFXuJnLebrzIY1GtpIj/Y3c//j4ZDiH5o0vbdn9laIc2Mb/01DIjzvt3g==",
"dev": true
},
"eslint-config-standard": {
diff --git a/package.json b/package.json
index e3a5be1..7f48c7f 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
"browserslist-config-nextcloud": "0.1.0",
"css-loader": "^3.4.0",
"eslint": "^5.16.0",
- "eslint-config-nextcloud": "0.1.0",
+ "eslint-config-nextcloud": "0.1.1",
"eslint-config-standard": "^12.0.0",
"eslint-import-resolver-webpack": "^0.12.0",
"eslint-loader": "^3.0.3",