We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 588c483 commit 3804e79Copy full SHA for 3804e79
1 file changed
package.json
@@ -6,7 +6,7 @@
6
"types": "dist/index.d.ts",
7
"scripts": {
8
"build": "mkdir -p dist && babel index.js -o dist/index.js",
9
- "postbuild": "cpx ./index.d.ts dist/ && cpx ./animate.css dist/"
+ "postbuild": "cp ./index.d.ts dist/ && cp ./animate.css dist/"
10
},
11
"babel": {
12
"presets": [
@@ -90,8 +90,7 @@
90
"@babel/plugin-syntax-dynamic-import": "7.8.3",
91
"@babel/plugin-syntax-import-meta": "7.10.4",
92
"@babel/preset-env": "7.12.10",
93
- "@babel/preset-react": "7.12.10",
94
- "cpx": "1.5.0"
+ "@babel/preset-react": "7.12.10"
95
96
"peerDependencies": {
97
"react": "17.x.x",
0 commit comments