Skip to content

Commit

Permalink
Provide dist files for npm package
Browse files Browse the repository at this point in the history
At the moment this is a manually build and will not update
automatically. Also we don't have versioning for it.

Change-Id: Iad2917ed1a137c617baa2eb5140891a5427d9b01
  • Loading branch information
JonasKress committed Nov 16, 2016
1 parent 49c9e46 commit 2459947
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ npm install
Alternative use npm install

```bash
npm i wikidata-query-gui
npm install wikidata-query-gui
```

#Run tests
Expand Down Expand Up @@ -53,7 +53,7 @@ git config --global --add gitreview.username "[username]"

#Components
## Editor
A code mirror based SPARQL editor with code completion (ctrl+space) and tooltips
A [CodeMirror](https://codemirror.net/) based SPARQL editor with code completion (ctrl+space) and tooltips (hover)
```
var editor = new wikibase.queryService.ui.editor.Editor();
editor.fromTextArea( $( '.editor' )[0] );
Expand Down Expand Up @@ -88,12 +88,10 @@ api.query( query ).done(function() {
result.setResult( api.getResultRawData() );
result.draw( element );
} );
See examples/result.html
```
See examples/result.html

## Release Notes and npm package




Unfortunately there are no releases and the provided code and interfaces are not considered to be stable.
Also the dist/ folder contains a build that may not reflect the current code on master branch.
1 change: 1 addition & 0 deletions dist/css/style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2459947

Please sign in to comment.