Skip to content

Commit

Permalink
1.0.0-beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
heifade committed Jan 7, 2018
1 parent 7060b9b commit 9839513
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "p1",
"version": "1.0.0-beta3",
"version": "1.0.0-beta4",
"description": "p1",
"main": "./es/index.js",
"module": "./es/index.js",
Expand All @@ -26,5 +26,8 @@
"p1"
],
"author": "",
"license": "MIT"
"license": "MIT",
"bin": {
"p1": "./es/bin/p1"
}
}
2 changes: 1 addition & 1 deletion project-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { IProjectConfig } from './src/model/IProjectConfig';
let projectConfig: IProjectConfig = {
projectType: 'node',
command: true,

documents: true,
}

export default projectConfig;

0 comments on commit 9839513

Please sign in to comment.