Skip to content

Commit

Permalink
Merge pull request #17 from Eyas/fix-cli
Browse files Browse the repository at this point in the history
Fix CLI script
  • Loading branch information
Eyas authored Mar 11, 2019
2 parents a1356e3 + 882d17c commit f1a30a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schema-dts-gen",
"version": "0.3.1",
"version": "0.3.3",
"displayName": "schema-dts Generator",
"description": "Generate TypeScript Definitions for Schema.org Schema",
"authors": [
Expand Down Expand Up @@ -29,12 +29,12 @@
"gulp-file": "^0.4.0",
"gulp-typescript": "^5.0.0-alpha.3",
"jasmine": "^3.3.1",
"rxjs": "^6.3.3",
"through2": "^3.0.0",
"tslint": "^5.11.0",
"typescript": "^3.1.6"
},
"dependencies": {
"rxjs": "^6.3.3",
"argparse": "^1.0.10",
"htmlparser2": "^3.10.0"
},
Expand Down
2 changes: 2 additions & 0 deletions src/cli/cli.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#! /usr/bin/env node

/**
* Copyright 2018 Google LLC
*
Expand Down

0 comments on commit f1a30a4

Please sign in to comment.