Skip to content

Commit

Permalink
Updated & Removed
Browse files Browse the repository at this point in the history
Removed Dead Code & dependencies
Removed is-json, json-stable-stringify, truncate-utf8-bytes

Updated Eslint & Electron
  • Loading branch information
Sentivate committed Sep 1, 2019
1 parent 95ca894 commit d839c5a
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 120 deletions.
1 change: 0 additions & 1 deletion client/onMessage/parseMessage/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module.exports = async (state) => {
require('./validateJSONScheme')(state);
const {
logImprt,
success,
Expand Down
7 changes: 0 additions & 7 deletions client/onMessage/parseMessage/validateJSONScheme/index.js

This file was deleted.

20 changes: 0 additions & 20 deletions client/onMessage/parseMessage/validateJSONScheme/scheme/index.js

This file was deleted.

155 changes: 69 additions & 86 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,18 @@
"dependencies": {
"@babel/helpers": "^7.5.5",
"Lucy": "^2.2.3",
"ajv": "^6.10.2",
"babel-eslint": "^10.0.3",
"chalk": "*",
"eslint": "^6.2.2",
"eslint": "^6.3.0",
"iltorb": "*",
"is-json": "*",
"is-valid-path": "*",
"json-stable-stringify": "*",
"node-watch": "*",
"sodium-native": "^2.4.5",
"truncate-utf8-bytes": "*",
"what-the-pack": "^2.0.3"
},
"license": "ISC",
"devDependencies": {
"electron": "^6.0.5",
"electron": "^6.0.7",
"rollup": "^1.20.3",
"rollup-plugin-babel-minify": "*"
}
Expand Down

0 comments on commit d839c5a

Please sign in to comment.