Skip to content

Commit 3804e79

Browse files
committed
refactor: delete usage of cpx
1 parent 588c483 commit 3804e79

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"types": "dist/index.d.ts",
77
"scripts": {
88
"build": "mkdir -p dist && babel index.js -o dist/index.js",
9-
"postbuild": "cpx ./index.d.ts dist/ && cpx ./animate.css dist/"
9+
"postbuild": "cp ./index.d.ts dist/ && cp ./animate.css dist/"
1010
},
1111
"babel": {
1212
"presets": [
@@ -90,8 +90,7 @@
9090
"@babel/plugin-syntax-dynamic-import": "7.8.3",
9191
"@babel/plugin-syntax-import-meta": "7.10.4",
9292
"@babel/preset-env": "7.12.10",
93-
"@babel/preset-react": "7.12.10",
94-
"cpx": "1.5.0"
93+
"@babel/preset-react": "7.12.10"
9594
},
9695
"peerDependencies": {
9796
"react": "17.x.x",

0 commit comments

Comments
 (0)