Skip to content

Commit

Permalink
feat: initial commit of really crude labelling script
Browse files Browse the repository at this point in the history
  • Loading branch information
NuclearRedeye committed Mar 21, 2021
1 parent 41b2f79 commit 9640e84
Show file tree
Hide file tree
Showing 5 changed files with 624 additions and 0 deletions.
140 changes: 140 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "tech-team",
"version": "1.0.0",
"description": "Everything about the tech team, from team-wide [ADR](http://thinkrelevance.com/blog/2011/11/15/documenting-architecture-decisions) that do not fit into single projects, to incident post-mortems.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elifesciences/tech-team.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/elifesciences/tech-team/issues"
},
"homepage": "https://github.com/elifesciences/tech-team#readme",
"devDependencies": {
"@octokit/core": "^3.2.5"
}
}
Loading

0 comments on commit 9640e84

Please sign in to comment.