Skip to content

Commit

Permalink
docs: remove changes desc as no longer correct
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Apr 20, 2023
1 parent e581b4a commit fd1c768
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@ $ yarn add dts-cli -D # for yarn users
$ pnpm install dts-cli -D # for pnpm users
```

The main changes are:

- drop node.js < 12
- upgrade eslint v7
- upgrade typescript v4
- upgrade jest v27
- upgrade rollup v2
- upgrade prettier v2

Despite all the recent hype, setting up a new TypeScript (x React) library can be tough. Between [Rollup](https://github.com/rollup/rollup), [Jest](https://github.com/facebook/jest), `tsconfig`, [Yarn resolutions](https://yarnpkg.com/en/docs/selective-version-resolutions), ESLint, and getting VSCode to play nicely....there is just a whole lot of stuff to do (and things to screw up). DTS is a zero-config CLI that helps you develop, test, and publish modern TypeScript packages with ease--so you can focus on your awesome new library and not waste another afternoon on the configuration.

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
Expand Down

0 comments on commit fd1c768

Please sign in to comment.