Skip to content

Commit

Permalink
- incremented version, 1.0.1 was already used with the old name
Browse files Browse the repository at this point in the history
- Changed prepublish (deprecated) to prepare
  • Loading branch information
aljoshakoecher committed Jan 16, 2020
1 parent 90caa65 commit c4f1c29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sparql-result-converter",
"version": "1.0.1",
"version": "1.0.2",
"description": "Little utility function to that converts the table-like result of a SPARQL query into a JSON tree with a user-defined structure",
"scripts": {
"clean": "rimraf lib",
Expand All @@ -11,7 +11,7 @@
"cover": "nyc --check-coverage npm run test:only",
"lint": "eslint src test",
"build": "cross-env BABEL_ENV=production babel src --out-dir lib",
"prepublish": "npm run clean && npm run build &&npm run lint && npm run test"
"prepare": "npm run clean && npm run build &&npm run lint && npm run test"
},
"files": [
"lib",
Expand Down

0 comments on commit c4f1c29

Please sign in to comment.