Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Angry-Potato committed Jun 26, 2019
1 parent bff8e21 commit b220564
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<h1 align="center">Welcome to plugin-kotlin 👋</h1>
<h1 align="center">Welcome to prettier-plugin-kotlin 👋</h1>
<p>
<img src="https://img.shields.io/badge/version-1.0.1-1-blue.svg?cacheSeconds=2592000" />
<a href="https://github.com/Angry-Potato/plugin-kotlin#readme">
<a href="https://github.com/Angry-Potato/prettier-plugin-kotlin#readme">
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" target="_blank" />
</a>
<a href="https://github.com/Angry-Potato/plugin-kotlin/graphs/commit-activity">
<a href="https://github.com/Angry-Potato/prettier-plugin-kotlin/graphs/commit-activity">
<img alt="Maintenance" src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" target="_blank" />
</a>
<a href="https://github.com/Angry-Potato/plugin-kotlin/blob/master/LICENSE">
<a href="https://github.com/Angry-Potato/prettier-plugin-kotlin/blob/master/LICENSE">
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" target="_blank" />
</a>
</p>

> prettier plugin for the Kotlin programming language.
### 🏠 [Homepage](https://github.com/Angry-Potato/plugin-kotlin#readme)
### 🏠 [Homepage](https://github.com/Angry-Potato/prettier-plugin-kotlin#readme)

## Install

Expand All @@ -32,11 +32,11 @@ npm run test

👤 **Liam Humphreys**

* Github: [@Angry-Potato](https://github.com/Angry-Potato)
- Github: [@Angry-Potato](https://github.com/Angry-Potato)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/Angry-Potato/plugin-kotlin/issues).
Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/Angry-Potato/prettier-plugin-kotlin/issues).

## Show your support

Expand All @@ -45,7 +45,8 @@ Give a ⭐️ if this project helped you!
## 📝 License

Copyright © 2019 [Liam Humphreys](https://github.com/Angry-Potato).<br />
This project is [MIT](https://github.com/Angry-Potato/plugin-kotlin/blob/master/LICENSE) licensed.
This project is [MIT](https://github.com/Angry-Potato/prettier-plugin-kotlin/blob/master/LICENSE) licensed.

***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_
---

_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_
2 changes: 1 addition & 1 deletion package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "plugin-kotlin",
"name": "prettier-plugin-kotlin",
"version": "1.1.0",
"description": "prettier plugin for the Kotlin programming language.",
"main": "src/kotlin.js",
Expand All @@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/Angry-Potato/plugin-kotlin.git"
"url": "git+https://github.com/Angry-Potato/prettier-plugin-kotlin.git"
},
"keywords": [
"kotlin",
Expand All @@ -21,9 +21,9 @@
"author": "Liam Humphreys",
"license": "MIT",
"bugs": {
"url": "https://github.com/Angry-Potato/plugin-kotlin/issues"
"url": "https://github.com/Angry-Potato/prettier-plugin-kotlin/issues"
},
"homepage": "https://github.com/Angry-Potato/plugin-kotlin#readme",
"homepage": "https://github.com/Angry-Potato/prettier-plugin-kotlin#readme",
"devDependencies": {
"husky": "^2.5.0",
"jest": "^24.8.0",
Expand Down

0 comments on commit b220564

Please sign in to comment.