Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Informatievlaanderen/ldes2service i…
Browse files Browse the repository at this point in the history
…nto main
  • Loading branch information
ddvlanck committed Oct 1, 2021
2 parents 1da198f + b466b40 commit f402993
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 36 deletions.
2 changes: 1 addition & 1 deletion packages/ldes-bucketizer-subject-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Dwight Van Lancker <dwight.vanlancker@hotmail.com>",
"homepage": "https://github.com/Informatievlaanderen/ldes2service#readme",
"license": "ISC",
"main": "lib/ldes-bucketizer-subject-pages.js",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "__tests__"
Expand Down
65 changes: 30 additions & 35 deletions packages/ldes-bucketizer-substring/package.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,32 @@
{
"name": "@ldes/substring-bucketizer",
"version": "0.0.0",
"description": "> TODO: description",
"author": "Dwight Van Lancker <dwight.vanlancker@hotmail.com>",
"homepage": "https://github.com/Informatievlaanderen/ldes2service#readme",
"license": "ISC",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Informatievlaanderen/ldes2service.git"
},
"bugs": {
"url": "https://github.com/Informatievlaanderen/ldes2service/issues"
},
"dependencies": {
"@ldes/types": "^0.0.0",
"@rdfjs/dataset": "^1.1.1",
"@rdfjs/types": "^1.0.1",
"@tpluscode/rdf-ns-builders": "^1.0.0",
"clownface": "^1.4.0",
"clownface-shacl-path": "^1.2.2",
"rdf-data-factory": "^1.1.0",
"rdf-ext": "^1.3.5"
},
"devDependencies": {
"@types/clownface": "^1.2.5",
"@types/rdf-ext": "^1.3.11"
}
"name": "@ldes/substring-bucketizer",
"version": "0.0.1",
"description": "> TODO: description",
"author": "Dwight Van Lancker <dwight.vanlancker@hotmail.com>",
"homepage": "https://github.com/Informatievlaanderen/ldes2service#readme",
"license": "ISC",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Informatievlaanderen/ldes2service.git"
},
"scripts": {
"build" : "npm run build:ts",
"build:ts" : "tsc"
},
"bugs": {
"url": "https://github.com/Informatievlaanderen/ldes2service/issues"
},
"dependencies": {
"@ldes/types": "^0.0.1",
"@rdfjs/types": "^1.0.1",
"rdf-data-factory": "^1.1.0"
}
}

0 comments on commit f402993

Please sign in to comment.