From e924227debf11ac1514f6fb328b784b2e8601b54 Mon Sep 17 00:00:00 2001 From: garronej Date: Sun, 1 Aug 2021 04:02:10 +0200 Subject: [PATCH] update --- .gitattributes | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 3b61623..e976933 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1 @@ -# For GitHub language statistics: https://user-images.githubusercontent.com/6702424/127756647-5ebe6dde-0903-4a02-b1e8-529046dd06f2.png .eslintrc.js -linguist-detectable \ No newline at end of file diff --git a/README.md b/README.md index 64bbc6c..f09fee7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@

-`ts-ci` is a project starter like [TSDX](https://github.com/formium/tsdx) or [typescript starter](https://github.com/bitjson/typescript-starter) but (arguably) better because +`ts-ci` is a project starter like [TSDX](https://github.com/formium/tsdx) or [typescript-starter](https://github.com/bitjson/typescript-starter) but (arguably) better because - It's not a CLI tool, the automation happens with Github Actions. Update your `package.json` version number, push. Voila, your new version is published on NPM. - It doesn't bundle your library into a single file so users can cherry-pick what they want to import from your lib. E.g: `import { aSpecificFunction } from "your-module/aSpecificFile`.