Bumped kalk-component version

This commit is contained in:
bakk 2021-06-02 22:47:48 +02:00
parent 232a437849
commit dbb3a7642d
2 changed files with 1 additions and 3 deletions

View File

@ -66,8 +66,6 @@ jobs:
run: |
cd web
npm install
- name: publish
run: echo success
- name: publish
run: |
cd web

View File

@ -1,6 +1,6 @@
{
"name": "@paddim8/kalk-component",
"version": "1.2.3",
"version": "1.3.0",
"description": "A Svelte component for kalk, a calculator that supports user-defined functions and variables.",
"svelte": "src/main.ts",
"main": "public/build/bundle.js",