Skip to content

Commit

Permalink
8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tfrancart committed Jul 7, 2023
1 parent c88f9a0 commit 45bbca3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion how-to-publish-on-NPM.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
1. Make sure local repository is uptodate and on branch master
2. Increment version number in package.json
3. Commit and push
3. Set `mode: 'production'` flag in webpack.config.js
4. Compile with `npm run build`
5. Publish with `npm publish`
6. Check at https://www.npmjs.com/package/sparnatural
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sparnatural",
"version": "8.4.0",
"version": "8.5.0",
"description": "Visual query builder for SPARQL queries.",
"main": "dist/sparnatural.js",
"module": "dist/sparnatural.js",
Expand Down

0 comments on commit 45bbca3

Please sign in to comment.