Skip to content

Commit

Permalink
fix: upgrade @pkgr/rollup, use .cjs for require (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin authored Aug 7, 2021
1 parent 9fa3a29 commit b7455ae
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 1,537 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-guests-clean.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"remark-preset-prettier": patch
---

fix: upgrade @pkgr/rollup, use .cjs for require
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"module": "lib",
"exports": {
"import": "./lib/index.js",
"require": "./lib/cjs.js"
"require": "./lib/index.cjs"
},
"types": "lib",
"files": [
Expand All @@ -36,9 +36,10 @@
"prettier": ">=1.0.0"
},
"devDependencies": {
"@1stg/lib-config": "^3.0.0",
"@1stg/common-config": "^2.3.1",
"@changesets/changelog-github": "^0.4.0",
"@changesets/cli": "^2.16.0",
"@pkgr/rollup": "^2.0.0",
"patch-package": "^6.4.7",
"type-coverage": "^2.18.0",
"typescript": "^4.3.5"
Expand Down
Loading

0 comments on commit b7455ae

Please sign in to comment.