Skip to content

Commit e54f1af

Browse files
committed
feat: move reference extraction into an external lib
1 parent 2f50f14 commit e54f1af

5 files changed

Lines changed: 4 additions & 1476 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"@socialgouv/cdtn-slugify": "^4.44.0",
3535
"@socialgouv/eslint-config-recommended": "^1.46.0",
3636
"@socialgouv/legi-data": "^2.45.0",
37+
"@socialgouv/reference-article": "^1.0.1",
3738
"babel-jest": "^26.6.3",
3839
"eslint": "^7.17.0",
3940
"esm": "^3.2.25",
@@ -48,7 +49,7 @@
4849
"superagent": "^6.1.0",
4950
"talisman": "^1.1.4",
5051
"unist-util-find": "^1.0.2",
51-
"unist-util-visit": "^2.0.3"
52+
"unist-util-visit": "^2.0.3",
5253
},
5354
"jest": {
5455
"roots": [

src/fetch-data/__tests__/referenceExtractor.test.js

Lines changed: 0 additions & 104 deletions
This file was deleted.

0 commit comments

Comments
 (0)