Skip to content

Commit

Permalink
chore: release v0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cpselvis committed Nov 21, 2019
1 parent 610f304 commit aa0e020
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions packages/feflow-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
},
"license": "MIT",
"bin": {
"feflow": "./bin/feflow",
"fef": "./bin/feflow"
},
"keywords": [
Expand Down
14 changes: 8 additions & 6 deletions packages/feflow-cli/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "lib",
"module": "esnext",
"target": "es5",
"sourceMap": true,
"allowJs": true,
"baseUrl": ".",
"moduleResolution": "node",
"module": "commonjs",
"lib": ["es6", "es2015", "dom"],
"declaration": true,
"outDir": "lib",
"rootDir": "src",
"strict": true,
"types": ["node", "mocha"],
"esModuleInterop": true,
"resolveJsonModule": true,
"typeRoots": ["node_modules/@types", "./types"],
},
"exclude": [
Expand Down

0 comments on commit aa0e020

Please sign in to comment.