Skip to content

Commit

Permalink
0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcb55 committed Apr 5, 2021
1 parent aad93ed commit 3cbe582
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@inrupt/lit-artifact-generator",
"version": "0.13.3",
"version": "0.13.4",
"description": "A generator for building artifacts (e.g. Java JARs, NPM modules, etc.) from RDF vocabularies.",
"main": "index.js",
"bin": {
"lit-artifact-generator": "./index.js"
"lit-artifact-generator": "index.js"
},
"scripts": {
"test": "npm run format && npm run lint && jest",
Expand Down

0 comments on commit 3cbe582

Please sign in to comment.