Bug 1279515 - Update ESLint plugin version after rule change. r=jdescottes

MozReview-Commit-ID: ECSIVMfsGHL
This commit is contained in:
J. Ryan Stinnett 2016-06-10 09:46:42 -05:00
Родитель 836ac9cc86
Коммит 51611069ed
5 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "eslint-plugin-mozilla",
"version": "0.0.3",
"version": "0.1.0",
"description": "A collection of rules that help enforce JavaScript coding standard in the Mozilla project.",
"keywords": [
"eslint",

Просмотреть файл

@ -1,8 +1,8 @@
[
{
"size": 2373126,
"size": 2373564,
"visibility": "public",
"digest": "c37113493a8f638fd32b5926cdf4066d32ee65b9425465593233a19c3915e38c37463cae1cb229722a3b61a837d999cd7f6b0beee41ddcadedc22da85cd2a7cd",
"digest": "192130b9d8b14cfaa6446b978ed4073e9a0c603cfa6d43b55c4afda6cf625d125b78554d369be7ada3d48150dc30b2287a0954c9f66098560e0308d1a4ee7a60",
"algorithm": "sha512",
"filename": "eslint.tar.gz"
}

2
tools/lint/eslint/npm-shrinkwrap.json сгенерированный
Просмотреть файл

@ -227,7 +227,7 @@
"resolved": "https://registry.npmjs.org/eslint-plugin-html/-/eslint-plugin-html-1.4.0.tgz"
},
"eslint-plugin-mozilla": {
"version": "0.0.3",
"version": "0.1.0",
"from": "eslint-plugin-mozilla",
"resolved": "file:eslint-plugin-mozilla",
"dependencies": {

Просмотреть файл

@ -38,7 +38,7 @@ rm -rf node_modules/
rm npm-shrinkwrap.json
echo "Installing eslint and dependencies..."
../../mach eslint --setup
../../../mach eslint --setup
echo "Creating npm shrinkwrap..."
npm shrinkwrap

Просмотреть файл

@ -33,7 +33,7 @@ here = os.path.abspath(os.path.dirname(__file__))
ESLINT_PACKAGES = [
"eslint@2.9.0",
"eslint-plugin-html@1.4.0",
"eslint-plugin-mozilla@0.0.3",
"eslint-plugin-mozilla@0.1.0",
"eslint-plugin-react@4.2.3"
]