We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 825711e commit d268675Copy full SHA for d268675
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-openmoji",
3
- "version": "0.2.6",
+ "version": "0.3.0",
4
"description": "openmoji for react",
5
"main": "lib/main.cjs",
6
"scripts": {
@@ -12,6 +12,9 @@
12
"type": "git",
13
"url": "git+https://github.com/drinking-code/openmoji-for-react.git"
14
},
15
+ "publishConfig": {
16
+ "registry": "https://npm.pkg.github.com/"
17
+ },
18
"keywords": [
19
"openmoji",
20
"react"
0 commit comments