diff --git a/package.json b/package.json index bd26fd6..c6ad005 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",