We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a3745e commit 618dad3Copy full SHA for 618dad3
package.json
@@ -1,12 +1,15 @@
1
{
2
"license": "MIT",
3
"name": "@twemoji/parser",
4
- "version": "14.0.0",
+ "version": "14.1.0",
5
"description": "Parser for identifying Twemoji in text",
6
"main": "dist/index.js",
7
"files": [
8
"dist"
9
],
10
+ "publishConfig": {
11
+ "access": "public"
12
+ },
13
"scripts": {
14
"build": "babel src --out-dir dist --ignore test.js",
15
"ci": "yarnpkg lint && yarnpkg flow:ci && yarnpkg test",
0 commit comments