Skip to content

Commit

Permalink
Bug 1380956 - List only the directly required dependencies for ESLint…
Browse files Browse the repository at this point in the history
… in the top-level package.json. r=ahal

MozReview-Commit-ID: 9a4FwScmtVL

--HG--
extra : rebase_source : 651fc65f91c5bb02690a145c502ffbf1ec3212cc
  • Loading branch information
Standard8 committed Jul 14, 2017
1 parent 2612544 commit 7768aaa
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 28 deletions.
36 changes: 18 additions & 18 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,11 @@
"repository": {},
"license": "MPL-2.0",
"dependencies": {
"escope": "^3.6.0",
"eslint": "3.19.0",
"eslint-plugin-html": "2.0.3",
"eslint-plugin-mozilla": "file:tools/lint/eslint/eslint-plugin-mozilla",
"eslint-plugin-no-unsanitized": "2.0.1",
"eslint-plugin-react": "7.1.0",
"eslint-plugin-spidermonkey-js": "file:tools/lint/eslint/eslint-plugin-spidermonkey-js",
"espree": "^3.4.0",
"estraverse": "^4.2.0",
"ini-parser": "^0.0.2",
"sax": "^1.2.2"
"eslint-plugin-spidermonkey-js": "file:tools/lint/eslint/eslint-plugin-spidermonkey-js"
}
}
8 changes: 4 additions & 4 deletions tools/lint/eslint/manifest.tt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[
{
"size": 2905242,
"visibility": "public",
"digest": "e5e239ffbc6ad3f152a046bf116c736da874dbf99aa98117eee72b7aaeef1a77304b2885b22a964d5d25dcc3652dee7b92996067bf14ffadecf6a883c52ef8d9",
"algorithm": "sha512",
"visibility": "public",
"filename": "eslint.tar.gz",
"unpack": true,
"filename": "eslint.tar.gz"
"digest": "9cb0212c8cd21b38edeeae2d00728625d442588bcd076b43a061c0994458698d6377ba28a708dca140202744cb03fcadb02c3153ae8585c5648a0b513b0cefa7",
"size": 2912929
}
]

0 comments on commit 7768aaa

Please sign in to comment.