Skip to content

Commit

Permalink
feat: move reference extraction into an external lib
Browse files Browse the repository at this point in the history
  • Loading branch information
rmelisson committed Jun 9, 2021
1 parent 2f50f14 commit e54f1af
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1,476 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@socialgouv/cdtn-slugify": "^4.44.0",
"@socialgouv/eslint-config-recommended": "^1.46.0",
"@socialgouv/legi-data": "^2.45.0",
"@socialgouv/reference-article": "^1.0.1",
"babel-jest": "^26.6.3",
"eslint": "^7.17.0",
"esm": "^3.2.25",
Expand All @@ -48,7 +49,7 @@
"superagent": "^6.1.0",
"talisman": "^1.1.4",
"unist-util-find": "^1.0.2",
"unist-util-visit": "^2.0.3"
"unist-util-visit": "^2.0.3",
},
"jest": {
"roots": [
Expand Down
104 changes: 0 additions & 104 deletions src/fetch-data/__tests__/referenceExtractor.test.js

This file was deleted.

Loading

0 comments on commit e54f1af

Please sign in to comment.