Skip to content

Commit

Permalink
1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hezyin committed Jun 14, 2019
1 parent 4c6123e commit 7abc6bb
Show file tree
Hide file tree
Showing 3 changed files with 398 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


[![Build Status](https://travis-ci.org/Persper/js-callgraph.svg?branch=master)](https://travis-ci.org/Persper/js-callgraph)
[![NPM version](https://img.shields.io/badge/npm-v1.3.1-blue.svg)](https://www.npmjs.com/package/@persper/js-callgraph)
[![NPM version](https://img.shields.io/badge/npm-v1.3.2-blue.svg)](https://www.npmjs.com/package/@persper/js-callgraph)
[![License](https://img.shields.io/badge/license-EPL--2.0-green.svg)](https://www.eclipse.org/legal/epl-2.0/)

This project implements a field-based call graph construction algorithm for JavaScript as described in
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": "@persper/js-callgraph",
"version": "1.3.1",
"version": "1.3.2",
"description": "Builds static call graph for Javascript with a field-based algorithm.",
"main": "index.js",
"dependencies": {
Expand Down
Loading

0 comments on commit 7abc6bb

Please sign in to comment.