Skip to content

Commit

Permalink
fix: fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
whatasoda committed Sep 20, 2020
1 parent 116c405 commit 3891a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typeshot",
"version": "2.0.3",
"description": "`typeshot` is a general purpose code generator for TypeScript, especially focusing to generate type definitions without complex advanced types and TypeScript Compiler API.",
"description": "typeshot is a general purpose code generator for TypeScript, especially focusing to generate type definitions without complex advanced types and TypeScript Compiler API.",
"main": "index.js",
"scripts": {
"build": "rimraf ./lib && tsc -p tsconfig.lib.json && cp package.json README.md LICENSE ./lib",
Expand Down

0 comments on commit 3891a04

Please sign in to comment.