Skip to content

Commit

Permalink
Fix scripts for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
krissvaa committed Oct 27, 2023
1 parent dec6483 commit 89af9da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin-component-factory/vcf-svg",
"version": "23.1.1",
"version": "23.1.0",
"description": "Web component wrapper for SVG.js.",
"main": "src/vcf-svg.js",
"module": "src/vcf-svg.js",
Expand Down Expand Up @@ -29,8 +29,8 @@
"build:lib": "rollup -c",
"build:prod": "run-s build:api build:demo",
"build:types": "tsc",
"clean:ts": "find ./src -name '*.ts' -delete",
"clean:map": "find ./src -name '*.map' -delete",
"clean:ts": "rimraf -g ./src/*.ts",
"clean:map": "rimraf -g ./src/*.map",
"clean": "run-p clean:ts clean:map",
"publish": "node util/publish.js",
"prepublishOnly": "run-s clean build:types"
Expand Down

0 comments on commit 89af9da

Please sign in to comment.