Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
2.2.5, change package url
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Attardi committed Nov 16, 2019
1 parent 22e6afe commit 74e68c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Emoji Button
Vanilla JavaScript emoji picker 😎

[![npm package](https://img.shields.io/npm/v/emoji-button)](https://npmjs.com/package/emoji-button)
[![npm package](https://img.shields.io/npm/v/@joeattardi/emoji-button)](https://npmjs.com/package/@joeattardi/emoji-button)

![Screenshot](https://raw.githubusercontent.com/joeattardi/emoji-button/master/screenshot.png)

Expand All @@ -18,7 +18,7 @@ Vanilla JavaScript emoji picker 😎

## Installation

npm install --save emoji-button
npm install --save @joeattardi/emoji-button

## Basic usage

Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@joeattardi/emoji-button",
"version": "2.2.4",
"version": "2.2.5",
"description": "Vanilla JavaScript emoji picker",
"keywords": [
"emoji",
Expand Down

0 comments on commit 74e68c4

Please sign in to comment.