Skip to content

Commit

Permalink
Removed "watch" setting, added contact details and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
RinkeHoekstra committed Sep 6, 2022
1 parent 67f2cea commit ac3e8c6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ The Elsevier Data Architecture Linked Data Extension for Visual Studio Code brin

This extension depends on the [Stardog Languages Extension Pack](https://marketplace.visualstudio.com/items?itemName=stardog-union.vscode-stardog-languages) from Stardog Union

For any questions, comments, please contact [Rinke Hoekstra](mailto:[email protected])

## Features

The extension supports the following:
Expand All @@ -27,7 +29,7 @@ The extension supports the following:

You can also access the commands through the command palette: `Cmd-Shift-p` or `Ctrl-Shift-p` and then start typing "Linked Data".

## Screenshots
<!-- ## Screenshots
### Conversion Between RDF Formats
Expand All @@ -38,7 +40,7 @@ You can also access the commands through the command palette: `Cmd-Shift-p` or `
![Visualization](media/img/jsonld_visualisation.png)
### SPARQL and SHAQL
![Querying and Validation](media/img/shacl_and_sparql.png)
![Querying and Validation](media/img/shacl_and_sparql.png) -->


## Extension Settings
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"name": "linked-data",
"displayName": "Linked Data Extension",
"publisher": "Elsevier",
"author": {"name": "Rinke Hoekstra", "email": "[email protected]"},
"repository": "https://github.com/elsevierlabs-os/linked-data",
"description": "This extension provides shortcuts for standard Linked Data operations, format conversions, validation, querying and a graph visualization.",
"version": "1.0.2",
"version": "1.0.3",
"icon": "media/img/lde-icon.png",
"engines": {
"vscode": "^1.59.0"
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const path = require('path');
module.exports = {
mode: 'production',
entry: './src/inspector.js',
watch: true,
watch: false,
output: {
filename: 'inspector.js',
path: path.resolve(__dirname, 'media'),
Expand Down

0 comments on commit ac3e8c6

Please sign in to comment.