Skip to content

Commit

Permalink
Bump version to 0.4.0 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuorantan authored Jul 29, 2021
1 parent a9b2963 commit b4c5e9c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"name": "ts-gyb",
"version": "0.3.0",
"version": "0.4.1",
"description": "Generate Native API based on TS interface",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/ts-gyb"
},
"license": "MIT",
"homepage": "https://github.com/microsoft/ts-gyb#readme",
"keywords": [],
"scripts": {
"build": "tsc",
"clean": "rm -rf dist",
Expand All @@ -25,9 +32,6 @@
"dist/**/*.d.ts"
],
"types": "index.d.ts",
"keywords": [],
"author": "",
"license": "private",
"devDependencies": {
"@types/chai": "^4.2.18",
"@types/mocha": "^8.2.2",
Expand Down

0 comments on commit b4c5e9c

Please sign in to comment.