Skip to content

Commit

Permalink
✨ feat: support UCS-4 emoji unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Feb 11, 2023
1 parent 180c744 commit 006d8e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
"lint-staged": "^13",
"multi-semantic-release": "^3",
"prettier": "^2.2.1",
"prettier-plugin-organize-imports": "^3",
"prettier-plugin-packagejson": "^2",
"semantic-release": "^19.0.5",
"ts-jest": "^29",
"ts-node": "^10",
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"scripts": {
"build": "father build",
"clean": "rm -rf es lib dist build coverage src/.umi* .eslintcache",
"clean": "rm -rf es lib dist build coverage .eslintcache",
"cov": "jest --coverage",
"start": "father dev",
"test": "jest"
Expand Down
1 change: 0 additions & 1 deletion packages/parser-opts/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"extends": "../../tsconfig.json",
"include": ["src"],
"compilerOptions": {
"module": "CommonJS",
"target": "es5",
Expand Down

0 comments on commit 006d8e4

Please sign in to comment.