From 18df6716d591f2cac9164c23a8c1a6d7873b3ecb Mon Sep 17 00:00:00 2001 From: Moritz Onken Date: Mon, 11 Nov 2019 11:04:58 -0500 Subject: [PATCH] remove unused package jsonlint --- index.js | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/index.js b/index.js index d369514..3f7c0bc 100644 --- a/index.js +++ b/index.js @@ -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'); diff --git a/package.json b/package.json index ba778eb..c0b28f7 100644 --- a/package.json +++ b/package.json @@ -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"