1
0
Fork 0
mirror of https://github.com/dilllxd/gitfolio.git synced 2024-08-07 18:56:51 +00:00

Fix build.js

This commit is contained in:
K4USTU3H 2019-12-07 22:33:46 +05:30
parent fa52f9f981
commit 711de48493
2 changed files with 3 additions and 4 deletions

View file

@ -99,7 +99,6 @@ async function buildCommand(username, program)
twitter: program.twitter,
linkedin: program.linkedin,
medium: program.medium,
dribbble: program.dribbble
dribbble: program.dribbble,
telegram: program.telegram,
email: program.email

6
package-lock.json generated
View file

@ -513,9 +513,9 @@
}
},
"github-emoji": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/github-emoji/-/github-emoji-1.1.0.tgz",
"integrity": "sha512-FCs0tDDtX/pwkXN6sQE5lUC6B4PIIFC+rv7IZAw8956Mtvo5NQSWHEBJvExl+B8+ahqNVU0W33hMrXSIEFSUvA=="
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/github-emoji/-/github-emoji-1.1.1.tgz",
"integrity": "sha512-SxiGZf8wfMRwg8QwQlHwKMjR7oyy2H3iCpXRzOTp4Mq/xNTNgV9Yi6Y6zwk0Aty6ZUpRC3oJS+Ya5Dgb+DVTiA=="
},
"got": {
"version": "9.6.0",