We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e026592 commit 8b87c6dCopy full SHA for 8b87c6d
1 file changed
package.json
@@ -5,7 +5,6 @@
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
7
"scripts": {
8
- "prebuild": "node_modules/.bin/wget https://raw.githubusercontent.com/daneden/animate.css/master/animate.css",
9
"build": "mkdir -p dist && babel index.js -o dist/index.js",
10
"postbuild": "cpx ./index.d.ts dist/ && cpx ./animate.css dist/"
11
},
@@ -92,8 +91,7 @@
92
91
"@babel/plugin-syntax-import-meta": "7.10.4",
93
"@babel/preset-env": "7.12.10",
94
"@babel/preset-react": "7.12.10",
95
- "cpx": "1.5.0",
96
- "node-wget": "0.4.3"
+ "cpx": "1.5.0"
97
98
"peerDependencies": {
99
"react": "17.x.x",
0 commit comments