Skip to content

Commit a607fa2

Browse files
committed
0.0.2
1 parent 7475666 commit a607fa2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
{
22
"name": "react-emojify-image",
33
"description": "pixelating an image, with emojis",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"main": "dist/index.js",
66
"homepage": "http://orir.github.io/react-emojify-image",
77
"license": "MIT",
8-
"keywords": ["react", "emoji", "emojify", "image", "photo"],
8+
"keywords": [
9+
"react",
10+
"emoji",
11+
"emojify",
12+
"image",
13+
"photo"
14+
],
915
"scripts": {
1016
"compile": "NODE_ENV=production babel -d lib/ src/ --presets react-app",
1117
"prepublish": "npm run compile",

0 commit comments

Comments
 (0)