Skip to content

Commit

Permalink
v14.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Justine De Caires committed Jan 12, 2023
1 parent 7a3745e commit 618dad3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"license": "MIT",
"name": "@twemoji/parser",
"version": "14.0.0",
"version": "14.1.0",
"description": "Parser for identifying Twemoji in text",
"main": "dist/index.js",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "babel src --out-dir dist --ignore test.js",
"ci": "yarnpkg lint && yarnpkg flow:ci && yarnpkg test",
Expand Down

0 comments on commit 618dad3

Please sign in to comment.