Skip to content

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Aug 2, 2019
1 parent 3aea523 commit aac2c55
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 0.1.0 (2019-08-02)


### Features

* **format:** include git author, date, and hash ([3aea523](https://github.com/JamieMason/eslint-formatter-git-log/commit/3aea523))



44 changes: 44 additions & 0 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# eslint-formatter-git-log

ESLint Formatter featuring Git Author, Date, and Hash

## Installation

This is a [Node.js](https://nodejs.org/) module available through the
[npm registry](https://www.npmjs.com/). It can be installed using the
[`npm`](https://docs.npmjs.com/getting-started/installing-npm-packages-locally)
or
[`yarn`](https://yarnpkg.com/en/)
command line tools.

```sh
npm install eslint-formatter-git-log --save
```

## Tests

```sh
npm install
npm test
```

## Dependencies

- [chalk](https://ghub.io/chalk): Terminal string styling done right

## Dev Dependencies

- [@types/eslint](https://ghub.io/@types/eslint): TypeScript definitions for eslint
- [@types/jest](https://ghub.io/@types/jest): TypeScript definitions for Jest
- [@types/node](https://ghub.io/@types/node): TypeScript definitions for Node.js
- [eslint](https://ghub.io/eslint): An AST-based pattern checker for JavaScript.
- [jest](https://ghub.io/jest): Delightful JavaScript Testing.
- [prettier](https://ghub.io/prettier): Prettier is an opinionated code formatter
- [rimraf](https://ghub.io/rimraf): A deep deletion module for node (like `rm -rf`)
- [ts-jest](https://ghub.io/ts-jest): A preprocessor with source maps support to help use TypeScript with Jest
- [tslint](https://ghub.io/tslint): An extensible static analysis linter for the TypeScript language
- [typescript](https://ghub.io/typescript): TypeScript is a language for application scale JavaScript development

## License

MIT
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-formatter-git-log",
"description": "ESLint Formatter featuring Git Author, Date, and Hash",
"version": "0.0.0",
"version": "0.1.0",
"author": "Jamie Mason (https://github.com/JamieMason)",
"bugs": "https://github.com/JamieMason/eslint-formatter-git-log/issues",
"dependencies": {
Expand Down

0 comments on commit aac2c55

Please sign in to comment.