Skip to content

Commit

Permalink
Main.js fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jirihybek committed Sep 14, 2017
1 parent 66aa31b commit 9800b18
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
/src
/tsconfig.json

# Sandbox
sandbox

# Template config files
/template/assets/package.json
/template/assets/tsconfig.json
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reclass-doc",
"version": "1.0.0",
"version": "1.0.3",
"description": "Reclass model documentation generator.",
"main": "dist/index.js",
"private": false,
Expand Down
2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

/**
* Reclass doc generator
*
Expand Down

0 comments on commit 9800b18

Please sign in to comment.