mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:42:09 +02:00
Add SafeEjectGPU and lmms
This commit is contained in:
parent
34bf6700cd
commit
bc66ecc54d
2 changed files with 1160 additions and 37 deletions
1191
package-lock.json
generated
1191
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -6,7 +6,6 @@
|
||||||
"homepage": "https://tldr.sh/",
|
"homepage": "https://tldr.sh/",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"glob": "7.1.3",
|
"glob": "7.1.3",
|
||||||
"husky": "^2.2.0",
|
|
||||||
"markdownlint-cli": "0.19.0",
|
"markdownlint-cli": "0.19.0",
|
||||||
"tldr-lint": "~0.0.9"
|
"tldr-lint": "~0.0.9"
|
||||||
},
|
},
|
||||||
|
@ -21,5 +20,8 @@
|
||||||
"pre-commit": "npm test"
|
"pre-commit": "npm test"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"private": true
|
"private": true,
|
||||||
|
"devDependencies": {
|
||||||
|
"husky": "^2.7.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue