Skip to content

Commit

Permalink
Get rid of publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-harding committed Oct 5, 2024
1 parent 8659150 commit d547642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "superellipse-squircle",
"version": "0.1.4",
"version": "0.1.5",
"private": true,
"main": "index.mjs",
"description": "Smoothest CSS squircles south of Saskatchewan",
"license": "MIT",
"scripts": {
"serve": "node scripts/serve.mjs",
"build": "scripts/build.sh",
"publish": "scripts/publish.sh"
"build": "scripts/build.sh"
},
"keywords": [
"squircle",
Expand Down
4 changes: 0 additions & 4 deletions scripts/publish.sh

This file was deleted.

0 comments on commit d547642

Please sign in to comment.