diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 8c43585..a764f7c 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -18,7 +18,7 @@ jobs: node-version: 16 - name: Install Dependencies - run: npm ci + run: npm install - name: Build run: npm run build diff --git a/package.json b/package.json index 7e4b610..6054bda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kritor-proto", - "version": "0.0.1", + "version": "0.0.2", "type": "module", "main": "index.js", "author": "CalmLexi",