Skip to content

Commit

Permalink
Removed jsonlint package.
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Nov 16, 2018
1 parent 0bb5606 commit dbfcec2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ altair.zip
/firebase-sample-dist
*.nex
src/app/utils/settings.schema.json
src/app/utils/validate_settings_schema.js

dist
build
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
"@ngx-translate/core": "^11.0.0",
"@ngx-translate/http-loader": "^4.0.0",
"@webcomponents/custom-elements": "^1.0.6",
"ajv": "^6.5.5",
"angular-sortablejs": "^2.5.1",
"balloon-css": "^0.5.0",
"body-parser": "^1.17.1",
Expand All @@ -96,7 +95,6 @@
"file-saver": "^2.0.0-rc.4",
"graphql": "^14.0.2",
"graphql-query-compress": "^1.0.0",
"jsonlint": "^1.6.3",
"marked": "^0.5.0",
"mousetrap": "^1.6.2",
"ngrx-store-localstorage": "^5.0.0",
Expand Down
15 changes: 2 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1165,10 +1165,6 @@ JSONStream@^1.0.4, JSONStream@^1.3.4:
jsonparse "^1.2.0"
through ">=2.2.7 <3"

JSV@^4.0.x:
version "4.0.2"
resolved "https://registry.yarnpkg.com/JSV/-/JSV-4.0.2.tgz#d077f6825571f82132f9dffaed587b4029feff57"

abab@^1.0.0:
version "1.0.4"
resolved "https://registry.yarnpkg.com/abab/-/abab-1.0.4.tgz#5faad9c2c07f60dd76770f71cf025b62a63cfd4e"
Expand Down Expand Up @@ -1392,7 +1388,7 @@ ajv@^5.0.0, ajv@^5.1.0, ajv@^5.3.0:
fast-json-stable-stringify "^2.0.0"
json-schema-traverse "^0.3.0"

ajv@^6.0.0, ajv@^6.5.5:
ajv@^6.0.0:
version "6.5.5"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.5.5.tgz#cf97cdade71c6399a92c6d6c4177381291b781a1"
dependencies:
Expand Down Expand Up @@ -7322,13 +7318,6 @@ jsonify@~0.0.0:
version "0.0.0"
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"

jsonlint@^1.6.3:
version "1.6.3"
resolved "https://registry.yarnpkg.com/jsonlint/-/jsonlint-1.6.3.tgz#cb5e31efc0b78291d0d862fbef05900adf212988"
dependencies:
JSV "^4.0.x"
nomnom "^1.5.x"

jsonparse@^1.2.0:
version "1.3.1"
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
Expand Down Expand Up @@ -8503,7 +8492,7 @@ node-source-walk@^4.0.0:
dependencies:
"@babel/parser" "^7.0.0"

[email protected], nomnom@^1.5.x:
[email protected]:
version "1.8.1"
resolved "https://registry.yarnpkg.com/nomnom/-/nomnom-1.8.1.tgz#2151f722472ba79e50a76fc125bb8c8f2e4dc2a7"
dependencies:
Expand Down

0 comments on commit dbfcec2

Please sign in to comment.