Skip to content

Commit

Permalink
fix: workaround for yarnpkg/berry#2399
Browse files Browse the repository at this point in the history
  • Loading branch information
henryatzeal committed Nov 23, 2022
1 parent de71706 commit a76d4f3
Show file tree
Hide file tree
Showing 3 changed files with 7,043 additions and 4,774 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ bin/
lib/
package-lock.json
.coveralls.yml
.yarn

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,20 @@
"description": "Sexy fonts for the console",
"version": "2.9.9",
"types": "lib/index.d.ts",
"packageManager": "[email protected]",
"homepage": "https://github.com/dominikwilkowski/cfonts",
"author": {
"name": "Dominik Wilkowski",
"email": "[email protected]",
"url": "http://dominik-wilkowski.com/"
},
"contributors": {
"name": "Dominik Wilkowski",
"email": "[email protected]",
"url": "http://dominik-wilkowski.com/"
},
"contributors": [
{
"name": "Dominik Wilkowski",
"email": "[email protected]",
"url": "http://dominik-wilkowski.com/"
}
],
"repository": {
"type": "git",
"url": "git://github.com/dominikwilkowski/cfonts.git"
Expand Down Expand Up @@ -58,7 +61,6 @@
"onchange": "^7.1.0",
"typescript": "^4.3.2"
},
"peerDependencies": {},
"dependencies": {
"chalk": "^4.1.1",
"window-size": "^1.1.1"
Expand Down Expand Up @@ -125,8 +127,6 @@
"fonts/*"
],
"main": "lib/index.js",
"bin": {
"cfonts": "./bin/index.js"
},
"bin": "./bin/index.js",
"license": "GPL-2.0"
}
Loading

0 comments on commit a76d4f3

Please sign in to comment.