Skip to content

Commit

Permalink
Merge pull request #25 from nobrainr/Fix/trigger-new-release
Browse files Browse the repository at this point in the history
fix: update version
  • Loading branch information
emyann committed Sep 21, 2018
2 parents a6ca853 + 4c00afc commit fb73437
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 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)

![](https://s3.us-east-2.amazonaws.com/typescript-webpack-starter/create-ts-lib.gif)

## Quick Start

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`.
Expand Down Expand Up @@ -90,14 +92,12 @@ We'd love to have your helping hand on `create-ts-lib`! See [CONTRIBUTING.md](CO
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
<a href="graphs/contributors"><img src="https://opencollective.com/typescript-webpack-starter/contributors.svg?width=890&button=false" /></a>


## Backers

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

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


## Sponsors

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)]
Expand All @@ -112,5 +112,3 @@ Support this project by becoming a sponsor. Your logo will show up here with a l
<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>
<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>
<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>


7 changes: 3 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "create-ts-lib",
"version": "0.2.6",
"version": "0.3.1",
"description": "Create your TypeScript module with no nuild configuration",
"scripts": {
"publish-cli": "semantic-release",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "opencollective-postinstall"

},
"repository": {
"type": "git",
Expand Down Expand Up @@ -55,8 +54,8 @@
"marked": "^0.4.0",
"semantic-release": "^15.9.9"
},
"collective": {
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-webpack-starter"
}
}
}

0 comments on commit fb73437

Please sign in to comment.