Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package config #24

Merged
merged 3 commits into from
Sep 21, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions js-callgraph.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

/*******************************************************************************
* Copyright (c) 2013 Max Schaefer
* Copyright (c) 2018 Persper Foundation
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@persper/js-callgraph",
"version": "1.0.0",
"version": "1.0.1",
"description": "Builds static call graph for Javascript with a field-based algorithm.",
"main": "js-callgraph.js",
"dependencies": {
Expand Down Expand Up @@ -43,5 +43,8 @@
"graph",
"ast",
"static analysis"
]
],
"bin": {
"js-callgraph": "./js-callgraph.js"
}
}