Skip to content

Commit

Permalink
Merge pull request #2 from the-t-in-rtf/GPII-3348
Browse files Browse the repository at this point in the history
GPII-3348: Move gpii-grunt-lint-all to dev dependency block.
  • Loading branch information
the-t-in-rtf authored May 26, 2020
2 parents 9626e94 + d908a16 commit d43dc6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ module.exports = function (grunt) {
grunt.initConfig({
lintAll: {
sources: {
md: ["./*.md", "./**/*.md", "!./node_modules/**", "!./tests/markdown/bad*"],
js: [ "./tasks/**/*.js", "./src/**/*.js", "./tests/**/*.js","./*.js" ],
json: ["./src/**/*.json", "tests/**/*.json", "./*.json", "!./tests/markdown/bad*"],
json5: ["./src/**/*.json5", "tests/**/*.json5", "./*.json5", "!./tests/markdown/bad*"],
md: ["*.md", "!./node_modules/**", "!./tests/markdown/bad*"],
js: ["*.js"],
json: ["*.json", "!./tests/markdown/bad*"],
json5: ["*.json5", "!./tests/markdown/bad*"],
other: ["./.*"]
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"test": "node node_modules/istanbul/lib/cli.js cover tests/all-tests.js"
},
"dependencies": {
"gpii-grunt-lint-all": "1.0.1-dev.20180706T153657Z.4cbbd61",
"infusion": "3.0.0-dev.20171006T195039Z.a128358",
"json5": "1.0.1",
"@textlint/markdown-to-ast": "6.0.9"
},
"devDependencies": {
"eslint": "5.2.0",
"eslint-config-fluid": "1.3.0",
"gpii-grunt-lint-all": "1.0.5-dev.20180913T111528Z.0b48f94",
"grunt": "1.0.3",
"grunt-markdownlint": "2.1.0",
"istanbul": "0.4.5",
Expand Down

0 comments on commit d43dc6b

Please sign in to comment.