chore(deps): remove sort-package-json

This commit is contained in:
r3nanp 2021-02-16 19:02:02 -03:00
parent cb1fec4c6a
commit ddbbc238b6
2 changed files with 12 additions and 11208 deletions

11216
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -39,7 +39,6 @@
"mocha": "^8.2.1",
"prettier": "2.2.1",
"sinon": "^9.2.3",
"sort-package-json": "^1.48.1",
"tsd": "^0.7.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^5.15.0",
@ -59,9 +58,6 @@
"*.{js,css,md}": [
"prettier --write",
"eslint --fix"
],
"package.json": [
"sort-package-json"
]
}
}