Skip to content

Commit

Permalink
remove unused package jsonlint
Browse files Browse the repository at this point in the history
  • Loading branch information
monken committed Nov 11, 2019
1 parent 59fdfb5 commit 18df671
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ var _ = require('lodash'),
p = require('./lib/promise'),
AWS = require('aws-sdk-proxy'),
s3 = new AWS.S3(),
jsonlint = require('jsonlint'),
yaml = require('./lib/yaml'),
jmespath = require('jmespath');
parseLocation = require('./lib/parselocation');
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"jmespath": "^0.15.0",
"js-yaml": "^3.10.0",
"jsmin": "1.0.1",
"jsonlint": "^1.6.3",
"lodash": "^4.17.5",
"path-parse": "^1.0.5",
"yargs": "^14.2.0"
Expand Down

0 comments on commit 18df671

Please sign in to comment.