Skip to content

Commit 618dad3

Browse files
author
Justine De Caires
committed
v14.1.0
1 parent 7a3745e commit 618dad3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"license": "MIT",
33
"name": "@twemoji/parser",
4-
"version": "14.0.0",
4+
"version": "14.1.0",
55
"description": "Parser for identifying Twemoji in text",
66
"main": "dist/index.js",
77
"files": [
88
"dist"
99
],
10+
"publishConfig": {
11+
"access": "public"
12+
},
1013
"scripts": {
1114
"build": "babel src --out-dir dist --ignore test.js",
1215
"ci": "yarnpkg lint && yarnpkg flow:ci && yarnpkg test",

0 commit comments

Comments
 (0)