Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xxczaki authored Apr 17, 2018
1 parent b782741 commit 02a5a53
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<img src="https://i.imgur.com/2fhhLzH.gif" href="" height="256">
<h2 align="center">OJI</h2>
<p align="center">(◕‿◕) Text Emoticons Maker<p>

<p align="center">
<a href="https://travis-ci.org/xxczaki/oji"><img src="https://travis-ci.org/xxczaki/oji.svg?branch=master" alt="Build Status"></a>
<a href="https://travis-ci.org/xxczaki/oji"><img src="https://travis-ci.org/xxczaki/oji.svg?branch=master" alt="Build Status"></a>
<a href="https://ci.appveyor.com/project/xxczaki/oji"><img src="https://ci.appveyor.com/api/projects/status/sbxv43mauvm359av?svg=true" alt="AppVeyor Build Status"></a>
<a href="https://github.com/sindresorhus/xo"><img src="https://img.shields.io/badge/code_style-XO-5ed9c7.svg" alt="XO Code Style"></a>
<a href="https://www.youtube.com/watch?v=9auOCbH5Ns4"><img src="https://img.shields.io/badge/unicorn-approved-ff69b4.svg" alt="Unicorn Approved"></a>
</p>

<p align="center"><img src="https://github.com/xxczaki/oji/blob/master/oji.svg" alt="GIF"></p>
<h5 align="center"><a href="https://www.producthunt.com/posts/oji">Discuss it on Product Hunt! :rocket:</a></h5>

Expand All @@ -26,7 +26,7 @@ npm i -g oji

Just type `oji` to start interactive emoticon creator! Works on every platform :unicorn:

### :sparkles: Make it your own! :sparkles:
## :sparkles: Make it your own!

You can add custom characters for each part by creating an optional `~/.oji` directory in your root path. Add new characters to each section by creating a `~/.oji/{file}.txt` with any of the corresponding filenames:

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "oji",
"version": "3.1.0",
"version": "3.2.0",
"description": "(◕‿◕) Text Emoticon Maker",
"bin": {
"oji": "./bin/cli"
},
"preferGlobal": "true",
"dependencies": {
"chalk": "^2.3.2",
"clipboardy": "^1.2.2",
"inquirer": "^5.1.0",
"chalk": "^2.4.0",
"clipboardy": "^1.2.3",
"inquirer": "^5.2.0",
"log-symbols": "^2.2.0",
"opn": "^5.2.0"
"opn": "^5.3.0"
},
"devDependencies": {
"xo": "*"
Expand Down

0 comments on commit 02a5a53

Please sign in to comment.