Skip to content

Commit

Permalink
v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
carlevans719 committed Nov 16, 2018
1 parent 1c864ac commit 307ab17
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webantic/dependency-mapper",
"version": "3.0.1",
"version": "3.0.2",
"description": "Recursively extract Meteor dependencies declared in npm modules' package.json files",
"types": "lib/index.d.ts",
"main": "lib/index",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"lib": ["es7", "ES2017"],
"target": "es6",
"target": "es5",
"module": "commonjs",
"noImplicitAny": true,
"removeComments": false,
Expand Down
Binary file removed webantic-dependency-mapper-3.0.1.tgz
Binary file not shown.
Binary file added webantic-dependency-mapper-3.0.2.tgz
Binary file not shown.

0 comments on commit 307ab17

Please sign in to comment.