create-ts-project
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "create-ts-project", | ||
"description": "Create a project with TypeScript support", | ||
"version": "1.0.7", | ||
"description": "🔨 Create a project with TypeScript support", | ||
"version": "1.0.8", | ||
"license": "MIT", | ||
@@ -27,3 +27,3 @@ "author": { | ||
"type": "git", | ||
"url": "git@github.com:piecioshka/create-ts-project.git" | ||
"url": "git+ssh://git@github.com/piecioshka/create-ts-project.git" | ||
}, | ||
@@ -50,3 +50,5 @@ "engines": { | ||
], | ||
"bin": "./bin/cli.js" | ||
"bin": { | ||
"create-ts-project": "bin/cli.js" | ||
} | ||
} |
@@ -6,5 +6,5 @@ # create-ts-project | ||
[![downloads count](https://img.shields.io/npm/dt/create-ts-project.svg)](https://www.npmjs.com/package/create-ts-project) | ||
[![license](https://img.shields.io/npm/l/create-ts-project.svg)](https://www.npmjs.com/package/create-ts-project) | ||
[![license](https://img.shields.io/npm/l/create-ts-project.svg)](https://piecioshka.mit-license.org) | ||
:hammer: Create a project with TypeScript support | ||
🔨 Create a project with TypeScript support | ||
@@ -33,2 +33,2 @@ > Give a ⭐️ if this project helped you! | ||
[The MIT License](http://piecioshka.mit-license.org) @ 2019-2023 | ||
[The MIT License](https://piecioshka.mit-license.org) @ 2019-2023 |
10191