diff --git a/README.md b/README.md index 43ae45f..dc16b73 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ [![codecov](https://codecov.io/gh/SalmonMode/JsPCOM/branch/main/graph/badge.svg?token=E28MMT0TC6)](https://codecov.io/gh/SalmonMode/JsPCOM) [![Build](https://github.com/SalmonMode/JsPCOM/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/SalmonMode/JsPCOM/actions/workflows/npm-publish.yml) -[![Package status](https://img.shields.io/npm/v/JsPCOM.svg)](https://www.npmjs.com/package/JsPCOM) -[![License](https://img.shields.io/npm/l/JsPCOM.svg)](https://opensource.org/licenses/MIT) +[![Package status](https://img.shields.io/npm/v/JsPCOM.svg)](https://www.npmjs.com/package/jspcom) +[![License](https://img.shields.io/npm/l/jspcom.svg)](https://opensource.org/licenses/MIT) JsPCOM is page component object framework for TypeScript and JavaScript based around Selenium. diff --git a/package-lock.json b/package-lock.json index 391af44..2f49a77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jspcom", - "version": "5.0.2", + "version": "5.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "jspcom", - "version": "5.0.2", + "version": "5.0.3", "license": "MIT", "dependencies": { "@types/selenium-webdriver": "^4.1.18", diff --git a/package.json b/package.json index ecf1433..1657ed7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jspcom", - "version": "5.0.2", + "version": "5.0.3", "description": "TypeScript and JavaScript page component object framework for Selenium", "type": "module", "main": "dist/index.js",