diff --git a/package.json b/package.json index 69248121..de80a162 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@types/md5": "^2.1.33", "@types/node": "^12.6.8", "css": "^2.2.4", - "eslint": "^6.0.1", + "eslint": "^6.1.0", "eslint-plugin-node": "^9.1.0", "has-flag": "^4.0.0", "nodemon": "^1.19.1" diff --git a/routes/post.js b/routes/post.js index d13a7d49..16d03f7c 100644 --- a/routes/post.js +++ b/routes/post.js @@ -88,7 +88,7 @@ module.exports = async (req, res) => { owner: 'remy', repo: 'mit-license', path: `users/${id}.json`, - message: `Automated creation of user ${id}.`, + message: `chore: Automated creation of user ${id}.`, content: btoa(fileContent), committer: { name: 'MIT License Bot', diff --git a/yarn.lock b/yarn.lock index 72a9bb89..c53f2fc1 100644 Binary files a/yarn.lock and b/yarn.lock differ