From d70955d1a6a021812b6efed29367d14265f9cf81 Mon Sep 17 00:00:00 2001 From: malik najjar Date: Sat, 20 Jan 2024 18:40:53 +0100 Subject: [PATCH] fixing the workflow --- .github/workflows/npm_publish.yml | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm_publish.yml b/.github/workflows/npm_publish.yml index b3beeff..ca6b8ab 100644 --- a/.github/workflows/npm_publish.yml +++ b/.github/workflows/npm_publish.yml @@ -17,4 +17,5 @@ jobs: - run: npm run build - uses: JS-DevTools/npm-publish@v3 with: - token: ${{ secrets.NPM_ACCESS_TOKEN }} \ No newline at end of file + token: ${{ secrets.NPM_ACCESS_TOKEN }} + \ No newline at end of file diff --git a/package.json b/package.json index 436f5b5..9f69707 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "guifier", - "version": "1.0.15", + "version": "1.0.16", "type": "module", "license": "MIT", "description": "An interactive front-end toolkit simplifying JSON, YAML, TOML, and XML data. Visualize, edit, convert formats, and perform real-time data manipulations. Empower your data-driven apps with user-friendly data processing and interactive visualization.",