Skip to content

Commit

Permalink
Remove cli-real-favicon dep for now
Browse files Browse the repository at this point in the history
Depends on old packages (see EvanOxfeld/node-unzip#122).

Means it doesn't work in node v12, which I guess we don't have to
target, but like, c'mon.
  • Loading branch information
towerofnix committed Mar 9, 2021
1 parent 97031c7 commit 427b38c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
},
"devDependencies": {
"autoprefixer": "^8.1.0",
"cli-real-favicon": "^0.0.6",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-plugin-transform-class-properties": "^6.24.1",
Expand Down Expand Up @@ -68,7 +67,7 @@
"build:js": "browserify --debug js/App.js -r preact-compat:react -r preact-compat:react-dom -o dist/bundle.js",
"watch:js": "watchify --debug js/App.js -r preact-compat:react -r preact-compat:react-dom -o dist/bundle.js --verbose",
"build:favicon": "real-favicon generate favicon.json favicon-data.json img/favicon",
"build": "npm run build:css && npm run build:js && npm run build:favicon",
"build": "npm run build:css && npm run build:js # NOTE: favicon module is currently broken. && npm run build:favicon",
"watch": "concurrently \"npm run watch:css\" \"npm run watch:js\"",
"serve": "concurrently \"npm run watch:css\" \"budo js/App.js:dist/bundle.js --live \\\"*\\\" --open -- --debug -r preact-compat:react -r preact-compat:react-dom\"",
"prepublishOnly": "npm run build"
Expand Down

0 comments on commit 427b38c

Please sign in to comment.