Skip to content

Commit

Permalink
Replace jsonlint with jsonlint-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
systimotic committed Oct 27, 2016
1 parent 19b7fe1 commit ba7e7b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .snyk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: v1.5.0
version: v1.5.2
ignore: {}
patch:
'npm:marked:20150520':
Expand All @@ -9,6 +9,8 @@ patch:
'npm:minimatch:20160620':
- gulp > vinyl-fs > glob-stream > minimatch:
patched: '2016-07-09T00:55:04.882Z'
jsonlint-cli > minimatch:
patched: '2016-10-27T21:56:34.219Z'
- gulp > vinyl-fs > glob-stream > glob > minimatch:
patched: '2016-07-09T00:55:04.882Z'
- rev-del > mocha > glob > minimatch:
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"prestart-production": "bower cache clean && bower install && gulp build -p",
"start-production": "node pm2Start",
"lint": "npm run lint-js && npm run lint-json",
"lint-challenges": "jsonlint -q seed/challenges/**/*.json",
"lint-server": "jsonlint -q server/*.json",
"lint-resources": "jsonlint -q server/resources/*.json",
"lint-utils": "jsonlint -q server/utils/*.json",
"lint-challenges": "jsonlint-cli seed/challenges/**/*.json",
"lint-server": "jsonlint-cli server/*.json",
"lint-resources": "jsonlint-cli server/resources/*.json",
"lint-utils": "jsonlint-cli server/utils/*.json",
"prelint-js": "npm run create-rev",
"lint-js": "eslint --ext=.js,.jsx server/ common/ config/ client/",
"lint-json": "npm run lint-server && npm run lint-challenges && npm run lint-resources && npm run lint-utils",
Expand Down Expand Up @@ -64,6 +64,7 @@
"history": "^2.0.0",
"invariant": "^2.2.1",
"jade": "^1.11.0",
"jsonlint-cli": "^1.0.1",
"lodash": "^4.1.0",
"loopback": "^2.22.0",
"loopback-boot": "^2.13.0",
Expand Down Expand Up @@ -152,7 +153,6 @@
"gulp-util": "^3.0.6",
"istanbul-coveralls": "^1.0.3",
"json-loader": "~0.5.2",
"jsonlint": "^1.6.2",
"less": "^2.5.1",
"loopback-component-explorer": "^2.1.1",
"merge-stream": "^1.0.0",
Expand Down

0 comments on commit ba7e7b1

Please sign in to comment.