Skip to content

Commit

Permalink
build(global): beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vajahath committed Dec 29, 2019
1 parent 1487ad8 commit 15e6fc8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion generator/package-lock.json

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

2 changes: 1 addition & 1 deletion generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-ts-np",
"version": "3.0.0-beta.0",
"version": "3.0.0-beta.1",
"description": "Yeoman Generator For Building Node Packages With Typescript",
"main": "dist/app/index.js",
"typings": "dist/app/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"base-i": "cd base-structure && npm i",
"hk-i": "cd house-keeping && npm i",
"gen-i": "cd generator && npm i",
"make-generator": "cd house-keeping && npm start"
"make-generator": "cd house-keeping && npm start",
"new-version": "cd generator && npm version"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 15e6fc8

Please sign in to comment.