From 6cd2997f600cbfe4289973933547d53d57acb3bb Mon Sep 17 00:00:00 2001 From: Md Siddiq Date: Mon, 14 Jun 2021 17:19:40 +0530 Subject: [PATCH] Version v0.1.9 --- .github/workflows/npm-publish.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 5ed66cb..141df66 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -16,7 +16,7 @@ jobs: node-version: 12 registry-url: https://registry.npmjs.org/ - name: Install Node Dependencies - run: yarn install + run: yarn install; cd examples; yarn install; cd .. - name: Build packages run: yarn build env: diff --git a/package.json b/package.json index 3cbaa58..c39bf5c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "xml", "printer" ], - "version": "0.1.8", + "version": "0.1.9", "files": [ "lib", "LICENSE",