Skip to content

Commit

Permalink
lower required node version, update description
Browse files Browse the repository at this point in the history
  • Loading branch information
Swatinem committed Mar 6, 2021
1 parent f429482 commit e9482e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rollup-plugin-dts",
"version": "2.0.1",
"description": "An experiment to generate .d.ts rollup files",
"description": "A rollup plugin that will bundle up your .d.ts definition files.",
"keywords": [
"rollup-plugin",
"typescript",
Expand All @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/Swatinem/rollup-plugin-dts#readme",
"engines": {
"node": ">=14"
"node": ">=12"
},
"type": "module",
"main": "./dist/rollup-plugin-dts.js",
Expand Down

0 comments on commit e9482e7

Please sign in to comment.