Skip to content

Commit

Permalink
Fix/cleaning from old config (#15)
Browse files Browse the repository at this point in the history

* fix: removing old gh config from package json
  • Loading branch information
CarlaPaiva authored Jan 9, 2024
1 parent 4aea7dc commit 03c14fd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
{
"name": "my-converter",
"homepage": "https://CarlaPaiva.github.io/media-transmute",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
Expand Down

0 comments on commit 03c14fd

Please sign in to comment.