Add SafeEjectGPU and lmms

This commit is contained in:
GingkathFox 2021-01-19 21:52:26 -05:00 committed by Anthony
parent 34bf6700cd
commit bc66ecc54d
2 changed files with 1160 additions and 37 deletions

1191
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,6 @@
"homepage": "https://tldr.sh/",
"dependencies": {
"glob": "7.1.3",
"husky": "^2.2.0",
"markdownlint-cli": "0.19.0",
"tldr-lint": "~0.0.9"
},
@ -21,5 +20,8 @@
"pre-commit": "npm test"
}
},
"private": true
"private": true,
"devDependencies": {
"husky": "^2.7.0"
}
}