Skip to content

Commit

Permalink
feat: remove promise-pollyfil
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Mar 4, 2021
1 parent 48bc23c commit 902a88c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion install/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@
"pg-cursor": "^2.5.2",
"postcss": "8.2.7",
"postcss-clean": "1.2.0",
"promise-polyfill": "^8.2.0",
"prompt": "^1.1.0",
"redis": "3.0.2",
"request": "2.88.2",
Expand Down
1 change: 0 additions & 1 deletion src/meta/js.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const JS = module.exports;

JS.scripts = {
base: [
'node_modules/promise-polyfill/dist/polyfill.js',
'node_modules/socket.io-client/dist/socket.io.js',
'node_modules/requirejs/require.js',
'public/src/require-config.js',
Expand Down

0 comments on commit 902a88c

Please sign in to comment.