Skip to content

Commit

Permalink
package.json: Move Node.js promise & fetch polyfills to "dependencies…
Browse files Browse the repository at this point in the history
…" section
  • Loading branch information
pushy committed Jan 16, 2024
1 parent 58a7f3b commit 2310d31
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
56 changes: 27 additions & 29 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"url": "https://github.com/pushy/pushy-sdk-web/issues"
},
"homepage": "https://github.com/pushy/pushy-sdk-web#readme",
"dependencies": {
"promise-polyfill": "^6.0.2",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"babel-core": "^6.18.0",
"babel-eslint": "^7.1.0",
Expand All @@ -33,8 +37,6 @@
"file-loader": "0.9.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.3",
"promise-polyfill": "^6.0.2",
"whatwg-fetch": "^1.0.0"
"webpack": "^1.13.3"
}
}

0 comments on commit 2310d31

Please sign in to comment.