Skip to content

Commit

Permalink
chore: upgrade pkg info
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Jul 19, 2021
1 parent 743738b commit c9110a6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
[![NPM version](https://img.shields.io/npm/v/@weiran.zsd/tsdx.svg?style=flat)](https://npmjs.org/package/@weiran.zsd/tsdx)
![tsdx](https://user-images.githubusercontent.com/4060187/56918426-fc747600-6a8b-11e9-806d-2da0b49e89e4.png)

[![Blazing Fast](https://badgen.now.sh/badge/speed/blazing%20%F0%9F%94%A5/green)](https://npm.im/tsdx) [![Blazing Fast](https://badgen.now.sh/badge/speed/blazing%20%F0%9F%94%A5/green)](https://npm.im/tsdx) [![Blazing Fast](https://badgen.now.sh/badge/speed/blazing%20%F0%9F%94%A5/green)](https://npm.im/tsdx) [![Discord](https://img.shields.io/discord/769256827007139912.svg?style=flat-square)](https://discord.gg/pJSg287)

> a fork of the official tsdx, the main changes are:
* drop node.js <12
* upgrade eslint v7
* upgrade typescript v4
* upgrade jest v27

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). TSDX 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.

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@weiran.zsd/tsdx",
"version": "0.15.1",
"author": "Jared Palmer <jared@palmer.net>",
"author": "唯然<weiran.zsd@outlook.com>",
"description": "Zero-config TypeScript package development",
"license": "MIT",
"homepage": "https://github.com/formium/tsdx",
"homepage": "https://github.com/weiran-zsd/tsdx",
"repository": {
"type": "git",
"url": "git+https://github.com/formium/tsdx.git"
"url": "git+https://github.com/weiran-zsd/tsdx.git"
},
"keywords": [
"react",
Expand Down

0 comments on commit c9110a6

Please sign in to comment.