Skip to content

Commit

Permalink
Remove aliases from packages that don't need them
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofVDB1 committed Jan 18, 2024
1 parent ceb0609 commit 317237a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 16 deletions.
3 changes: 0 additions & 3 deletions packages/oslo-extractor-uml-ea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"homepage": "https://github.com/informatievlaanderen/OSLO-UML-Transformer/tree/main/packages/oslo-extract-uml-ea#readme",
"license": "MIT",
"main": "index.js",
"_moduleAliases": {
"@interfaces": "./lib/interfaces"
},
"directories": {
"lib": "lib",
"test": "test"
Expand Down
3 changes: 0 additions & 3 deletions packages/oslo-generator-jsonld-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
"bin": {
"oslo-jsonld-context-generator": "./bin/runner.js"
},
"_moduleAliases": {
"@interfaces": "./lib/interfaces"
},
"directories": {
"bin": "bin",
"lib": "lib",
Expand Down
3 changes: 0 additions & 3 deletions packages/oslo-generator-rdf-vocabulary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"homepage": "https://github.com/informatievlaanderen/OSLO-UML-Transformer/tree/main/packages/oslo-generator-rdf-vocabulary#readme",
"license": "MIT",
"main": "index.js",
"_moduleAliases": {
"@interfaces": "./lib/interfaces"
},
"bin": {
"oslo-generator-rdf": "./bin/runner.js"
},
Expand Down
3 changes: 0 additions & 3 deletions packages/oslo-generator-respec-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"homepage": "https://github.com/informatievlaanderen/OSLO-UML-Transformer/tree/main/packages/oslo-generator-respec-html#readme",
"license": "MIT",
"main": "index.js",
"_moduleAliases": {
"@interfaces": "./lib/interfaces"
},
"bin": {
"oslo-generator-respec": "./bin/runner.js"
},
Expand Down
4 changes: 0 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
"packages/oslo-converter-stakeholders/lib/interfaces/*",
"packages/oslo-converter-uml-ea/lib/interfaces/*",
"packages/oslo-core/lib/interfaces/*",
"packages/oslo-extractor-uml-ea/lib/interfaces/*",
"packages/oslo-generator-jsonld-context/lib/interfaces/*",
"packages/oslo-generator-rdf-vocabulary/lib/interfaces/*",
"packages/oslo-generator-respec-html/lib/interfaces/*"
]
}
},
Expand Down

0 comments on commit 317237a

Please sign in to comment.