Skip to content

Commit

Permalink
Packages shift
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkennedy22 committed Oct 8, 2024
1 parent bea64dc commit 579a9d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ src/svgs.ts
src/svgs-index.ts
yarn-error.log
*.DS_Store
.yarn/*
yarn.lock
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "facesjs",
"version": "4.1.1",
"version": "4.1.2",
"description": "A JavaScript library for generating vector-based cartoon faces",
"repository": {
"type": "git",
Expand Down Expand Up @@ -79,13 +79,9 @@
"svg-path-bbox": "1.2.5"
},
"exports": {
"import": {
".": {
"types": "./build/esmodules/index.d.ts",
"default": "./build/esmodules/index.js"
},
"require": {
"types": "./build/commonjs/index.d.ts",
"default": "./build/commonjs/index.js"
}
},
"main": "./build/commonjs/index.js",
Expand Down

0 comments on commit 579a9d4

Please sign in to comment.