Skip to content

Commit fb73437

Browse files
authored
Merge pull request #25 from nobrainr/Fix/trigger-new-release
fix: update version
2 parents a6ca853 + 4c00afc commit fb73437

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# create-ts-lib [![Backers on Open Collective](https://opencollective.com/typescript-webpack-starter/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/typescript-webpack-starter/sponsors/badge.svg)](#sponsors) [![CircleCI](https://img.shields.io/circleci/project/github/nobrainr/typescript-webpack-starter.svg)](https://circleci.com/gh/nobrainr/workflows/typescript-webpack-starter/tree/master) [![Npm Package](https://img.shields.io/npm/v/create-ts-lib.svg)](https://www.npmjs.com/package/create-ts-lib)
22

3+
![](https://s3.us-east-2.amazonaws.com/typescript-webpack-starter/create-ts-lib.gif)
4+
35
## Quick Start
46

57
You can execute the `create-ts-lib` CLI using [`npx`](https://github.com/zkat/npx) or by installing it globally with `npm i -g create-ts-lib`.
@@ -90,14 +92,12 @@ We'd love to have your helping hand on `create-ts-lib`! See [CONTRIBUTING.md](CO
9092
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
9193
<a href="graphs/contributors"><img src="https://opencollective.com/typescript-webpack-starter/contributors.svg?width=890&button=false" /></a>
9294

93-
9495
## Backers
9596

9697
Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/typescript-webpack-starter#backer)]
9798

9899
<a href="https://opencollective.com/typescript-webpack-starter#backers" target="_blank"><img src="https://opencollective.com/typescript-webpack-starter/backers.svg?width=890"></a>
99100

100-
101101
## Sponsors
102102

103103
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/typescript-webpack-starter#sponsor)]
@@ -112,5 +112,3 @@ Support this project by becoming a sponsor. Your logo will show up here with a l
112112
<a href="https://opencollective.com/typescript-webpack-starter/sponsor/7/website" target="_blank"><img src="https://opencollective.com/typescript-webpack-starter/sponsor/7/avatar.svg"></a>
113113
<a href="https://opencollective.com/typescript-webpack-starter/sponsor/8/website" target="_blank"><img src="https://opencollective.com/typescript-webpack-starter/sponsor/8/avatar.svg"></a>
114114
<a href="https://opencollective.com/typescript-webpack-starter/sponsor/9/website" target="_blank"><img src="https://opencollective.com/typescript-webpack-starter/sponsor/9/avatar.svg"></a>
115-
116-

packages/cli/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"name": "create-ts-lib",
3-
"version": "0.2.6",
3+
"version": "0.3.1",
44
"description": "Create your TypeScript module with no nuild configuration",
55
"scripts": {
66
"publish-cli": "semantic-release",
77
"test": "echo \"Error: no test specified\" && exit 1",
88
"postinstall": "opencollective-postinstall"
9-
109
},
1110
"repository": {
1211
"type": "git",
@@ -55,8 +54,8 @@
5554
"marked": "^0.4.0",
5655
"semantic-release": "^15.9.9"
5756
},
58-
"collective": {
57+
"collective": {
5958
"type": "opencollective",
6059
"url": "https://opencollective.com/typescript-webpack-starter"
61-
}
60+
}
6261
}

0 commit comments

Comments
 (0)