Skip to content

Commit

Permalink
Merge pull request #8 from RoyTinker/master
Browse files Browse the repository at this point in the history
update packages, cleanup
  • Loading branch information
mahdi-shojaee committed Dec 16, 2019
2 parents fbf18d4 + b05ab01 commit c580d69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions index.js
Expand Up @@ -11,8 +11,7 @@
var esprima = require('esprima'),
estraverse = require('estraverse');

var toString = Object.prototype.toString,
ArrayProto = Array.prototype;
var toString = Object.prototype.toString;

function traverse(object, visitor) {
var key, child,
Expand Down
10 changes: 5 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "amdextract",
"version": "2.1.14",
"version": "3.0.0",
"description": "Uses AST to extract AMD modules, their parts and an optimized output without unused dependencies while keeping the original format.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -33,11 +33,11 @@
},
"homepage": "https://github.com/mehdishojaei/amdextract",
"devDependencies": {
"mocha": "^2.2.5",
"should": "^7.0.2"
"mocha": "^6.2.2",
"should": "^13.2.3"
},
"dependencies": {
"esprima": "^2.4.1",
"estraverse": "^4.1.0"
"esprima": "^4.0.1",
"estraverse": "^4.3.0"
}
}

0 comments on commit c580d69

Please sign in to comment.