Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wschella committed May 22, 2019
1 parent 869ad98 commit ae7d3fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sparqlee",
"version": "0.3.1",
"version": "1.0.0",
"description": "A simple SPARQL expression evaluator library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -19,7 +19,6 @@
"version": "yarn run build",
"postversion": "git push && git push --tags",
"sparqlee": "./dist/bin/Sparqlee.js"

},
"bin": {
"sparqlee": "./dist/bin/Sparqlee.js"
Expand Down

0 comments on commit ae7d3fb

Please sign in to comment.