diff --git a/README.md b/README.md index 83ef7db..00f015c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # shacl-processor-ts -[![Build and tests with Node.js](https://github.com/rdf-connect/shacl-processor-ts/actions/workflows/build-test.yml/badge.svg)](https://github.com/rdf-connect/shacl-processor-ts/actions/workflows/build-test.yml) +[![Build and tests with Node.js](https://github.com/rdf-connect/shacl-processor-ts/actions/workflows/build-test.yml/badge.svg)](https://github.com/rdf-connect/shacl-processor-ts/actions/workflows/build-test.yml) [![npm](https://img.shields.io/npm/v/@rdfc/shacl-processor-ts.svg?style=popout)](https://npmjs.com/package/@rdfc/shacl-processor-ts) Validate data streams using SHACL. diff --git a/package-lock.json b/package-lock.json index c6a6559..9db4bcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rdf-connect/shacl-processor-ts", - "version": "0.0.0", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@rdf-connect/shacl-processor-ts", - "version": "0.0.0", + "version": "0.1.0", "license": "MIT", "dependencies": { "@rdfjs/serializer-turtle": "^1.1.2", diff --git a/package.json b/package.json index d9dd48a..2625176 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "@rdf-connect/shacl-processor-ts", - "version": "0.0.0", + "name": "@rdfc/shacl-processor-ts", + "version": "0.1.0", "description": "Validate data using SHACL.", "main": "lib/index.js", "files": [ @@ -10,7 +10,8 @@ "scripts": { "build": "tsc", "test": "vitest run --coverage --coverage.include src", - "prepare": "husky" + "prepare": "husky", + "prepublishOnly": "npm run build" }, "repository": { "type": "git",