Skip to content

Commit

Permalink
leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
thatkookooguy committed Mar 9, 2019
1 parent 2294211 commit 8c1beca
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 3 deletions.
24 changes: 24 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"projectName": "cold-deck",
"projectOwner": "kibibit",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"contributors": [
{
"login": "Thatkookooguy",
"name": "Neil Kalman",
"avatar_url": "https://avatars0.githubusercontent.com/u/10427304?s=460&v=4",
"profile": "https://github.com/Thatkookooguy",
"contributions": [
"infra",
"design",
"code"
]
}
]
}
36 changes: 35 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,35 @@
cold-deck
<p align="center">
<a href="https://github.com/Kibibit/bramch-it" target="blank"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/16/COLD_DECK_LOG_STORAGE_AT_OLYMPIA._THIS_METHOD_IS_PREFERABLE_TO_RAFTING_LOGS_ON_WATER_WHICH_CAUSES_WATER_DETERIORATION_-_NARA_-_552203.jpg/810px-COLD_DECK_LOG_STORAGE_AT_OLYMPIA._THIS_METHOD_IS_PREFERABLE_TO_RAFTING_LOGS_ON_WATER_WHICH_CAUSES_WATER_DETERIORATION_-_NARA_-_552203.jpg" width="150" ></a>
<h2 align="center">
@kibibit/cold-deck
</h2>
</p>
<p align="center">
<a href="https://salt.bountysource.com/teams/kibibit"><img src="https://img.shields.io/endpoint.svg?url=https://monthly-salt.now.sh/kibibit&style=flat-square"></a>
</p>
<p align="center">
A pile of stored logs, often around the base of a spar-tree
</p>
<hr>

Heavy inspired by Scribe.js

**WIP**

## Contributing

If you have suggestions for how tdd1t could be improved, or want to report a bug, open an issue! We'd love all and any contributions.

For more, check out the [Contributing Guide](CONTRIBUTING.md).

## Contributors

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore -->
<table><tr><td align="center"><a href="https://github.com/Thatkookooguy"><img src="https://avatars0.githubusercontent.com/u/10427304?s=460&v=4" width="100px;" alt="Neil Kalman"/><br /><sub><b>Neil Kalman</b></sub></a><br /><a href="#infra-Thatkookooguy" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#design-Thatkookooguy" title="Design">🎨</a> <a href="https://github.com/kibibit/cold-deck/commits?author=Thatkookooguy" title="Code">💻</a></td></tr></table>

<!-- ALL-CONTRIBUTORS-LIST:END -->

## License

[MIT](LICENSE) © 2019 Neil Kalman <Neilkalman@gmail.com>
42 changes: 40 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,51 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"semantic-release": "semantic-release"
"semantic-release": "semantic-release",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"update:dep": "npm-check"
},
"author": "neilkalman@gmail.com",
"license": "MIT",
"release": {
"branches": [
"+([1-9])?(.{+([1-9]),x}).x",
"master",
{
"name": "beta",
"prerelease": true
},
{
"name": "next",
"prerelease": true
}
],
"plugins": [
"@semantic-release/release-notes-generator",
"@semantic-release/github",
"@semantic-release/npm",
[
"@semantic-release/git",
{
"assets": [
"package.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
},
"devDependencies": {
"@semantic-release/commit-analyzer": "^6.1.0",
"@semantic-release/git": "^7.1.0-beta.3",
"@semantic-release/github": "^5.2.10",
"@semantic-release/npm": "^5.1.4",
"@semantic-release/release-notes-generator": "^7.1.4",
"all-contributors-cli": "^6.1.2",
"npm-check": "^5.9.0",
"semantic-release-cli": "^4.1.0",
"semantic-release": "^15.13.3"
"semantic-release": "^16.0.0-beta.18"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8c1beca

Please sign in to comment.