Skip to content

Commit

Permalink
use shelljs instead of zx
Browse files Browse the repository at this point in the history
  • Loading branch information
contactjavas committed Feb 1, 2023
1 parent b8976aa commit 104a747
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2,462 deletions.
10 changes: 0 additions & 10 deletions .babelrc

This file was deleted.

13 changes: 5 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,15 @@
"react-colorful": "^5.6.1",
"react-dom": "^17.0.2",
"reactcss": "^1.2.3",
"sade": "^1.8.1"
"sade": "^1.8.1",
"shelljs": "^0.8.5"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-react": "^7.18.6",
"@parcel/core": "^2.8.3",
"@parcel/transformer-sass": "^2.8.3",
"parcel": "^2.8.3",
"prettier": "npm:wp-prettier@^2.6.2",
"zx": "^7.1.1"
"prettier": "npm:wp-prettier@^2.6.2"
},
"browserslist": "> 0.5%, last 2 versions, not dead",
"alias": {
Expand All @@ -45,10 +44,8 @@
"global": "ReactDOM"
}
},
"bin": {
"kirki": "./kirki.mjs"
},
"scripts": {
"kirki": "node ./kirki.mjs"
"kirki": "node ./kirki.mjs",
"build": "node ./kirki.mjs build"
}
}
Loading

0 comments on commit 104a747

Please sign in to comment.