Skip to content

Commit 8b87c6d

Browse files
committed
refactor: delete node-wget
1 parent e026592 commit 8b87c6d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {
8-
"prebuild": "node_modules/.bin/wget https://raw.githubusercontent.com/daneden/animate.css/master/animate.css",
98
"build": "mkdir -p dist && babel index.js -o dist/index.js",
109
"postbuild": "cpx ./index.d.ts dist/ && cpx ./animate.css dist/"
1110
},
@@ -92,8 +91,7 @@
9291
"@babel/plugin-syntax-import-meta": "7.10.4",
9392
"@babel/preset-env": "7.12.10",
9493
"@babel/preset-react": "7.12.10",
95-
"cpx": "1.5.0",
96-
"node-wget": "0.4.3"
94+
"cpx": "1.5.0"
9795
},
9896
"peerDependencies": {
9997
"react": "17.x.x",

0 commit comments

Comments
 (0)