Skip to content

Commit

Permalink
fix: use @teppeis/doctrine instead of doctrine (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
teppeis authored Jul 20, 2019
1 parent 0428d67 commit 1c4d1f3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 220 deletions.
9 changes: 9 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"unit:coverage": "nyc --reporter=html --reporter=text mocha"
},
"dependencies": {
"@teppeis/doctrine": "^3.2.0",
"@types/cli-color": "^0.3.29",
"@types/estree": "0.0.39",
"array.prototype.flat": "^1.2.1",
"cli-color": "^1.4.0",
"commander": "^2.20.0",
"doctrine": "^3.0.0",
"espree": "^6.0.0",
"estraverse": "^4.2.0",
"estraverse-fb": "^1.3.2",
Expand Down
2 changes: 1 addition & 1 deletion src/parser.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import flat from "array.prototype.flat";
import doctrine from "doctrine";
import doctrine from "@teppeis/doctrine";
import espree from "espree";
import { traverse } from "estraverse-fb";
import difference from "lodash.difference";
Expand Down
218 changes: 0 additions & 218 deletions types/doctrine.d.ts

This file was deleted.

0 comments on commit 1c4d1f3

Please sign in to comment.