Skip to content

Commit

Permalink
chore: make rdf-terms a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr committed Jan 3, 2023
1 parent 4f678bd commit 657894f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"pre-commit": "^1.2.2",
"rdf-data-factory": "^1.1.0",
"rdf-dataset-indexed": "^0.4.0",
"rdf-terms": "^1.9.1",
"ts-jest": "^26.0.0",
"tslint": "^6.0.0",
"tslint-eslint-rules": "^5.3.1",
Expand Down Expand Up @@ -79,6 +78,7 @@
"dependencies": {
"@rdfjs/types": "*",
"rdf-isomorphic": "^1.3.0",
"rdf-string": "^1.6.0"
"rdf-string": "^1.6.0",
"rdf-terms": "^1.9.1"
}
}

0 comments on commit 657894f

Please sign in to comment.