Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Rulikkk committed Mar 24, 2018
1 parent 1e8499e commit adf949b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ This is config with options:
- Merged [#1](https://github.com/Rulikkk/gatsby-remark-emoji/pull/1) that adds more conversion options
- Improved docs about conversion options and added changelog
- Added keywords to `package.json` per [gatsbyjs/gatsby#4394](https://github.com/gatsbyjs/gatsby/issues/4394)
- Added repository to `package.json`

## v0.0.1
Initial version. Works only with slack-style to Unicode
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-remark-emoji",
"version": "0.0.1",
"version": "0.0.2",
"description": "Add slack-style emoji to gatsby's markdown :thumbs_up:.",
"main": "index.js",
"author": "Rustem Mustafin <mustafin.rustem@gmail.com>",
Expand All @@ -14,5 +14,9 @@
"gatsby-plugin",
"emoji",
"markdown"
]
],
"repository" : {
"type" : "git",
"url" : "https://github.com/Rulikkk/gatsby-remark-emoji.git"
}
}

0 comments on commit adf949b

Please sign in to comment.