Skip to content

Commit 95d748f

Browse files
committed
Clean up unused dependencies
Noticed a few. Also, updated tmp.
1 parent ae12d47 commit 95d748f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,17 @@
3939
"source-map": "^0.5.3",
4040
"tape": "^4.0.0",
4141
"tests-ex-markdown": "^2.0.0",
42-
"tmp": "0.0.27"
42+
"tmp": "0.0.28"
4343
},
4444
"dependencies": {
4545
"chalk": "^1.1.1",
4646
"concat-stream": "^1.4.7",
4747
"convert-source-map": "^1.1.2",
4848
"escodegen": "^1.4.1",
49-
"estraverse": "^4.1.0",
5049
"esutils": "^2.0.2",
5150
"esvalid": "1.1.0",
5251
"nopt": "^3.0.3",
5352
"prelude-ls": "^1.1.1",
54-
"sexpr-plus": "^7.0.0",
55-
"uuid": "^2.0.1"
53+
"sexpr-plus": "^7.0.0"
5654
}
5755
}

src/import-macro.ls

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# user macros and returned from them, and the internal compiler AST form used
33
# otherwise. Also, deals with inserting macros into compilation environments.
44

5-
uuid = require \uuid .v4
65
ast-errors = require \./esvalid-partial
76
{ is-expression } = require \esutils .ast
87

0 commit comments

Comments
 (0)