Skip to content

Commit

Permalink
Fix #1497: Fork alt repos and fix memleaks
Browse files Browse the repository at this point in the history
  • Loading branch information
svk31 authored Oct 10, 2018
1 parent ef88e25 commit db62e9f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
18 changes: 8 additions & 10 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@
}
},
"dependencies": {
"alt": "^0.18.6",
"alt-container": "^1.0.0",
"alt-react": "git+https://github.com/bitshares/react.git",
"alt": "git+https://github.com/bitshares/alt.git#b6b42ceb790ca321402e9add95b9f77af8a7657d",
"alt-container": "git+https://github.com/bitshares/alt-container.git#cf4e2c690a54e49fc9fe2dc99ab8816e6c3e5a86",
"alt-react": "git+https://github.com/bitshares/alt-react.git#d91addef51f58e41e9857ebb0dd9177cfbd3b583",
"bignumber.js": "^4.0.0",
"bitshares-report": "^0.2.0",
"bitshares-ui-style-guide": "git+https://github.com/bitshares/bitshares-ui-style-guide.git#1cadac0d6ccced4f23f230d54c3e87bf7b7dd973",
Expand Down
4 changes: 3 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,9 @@ module.exports = function(env) {
test: /\.js$/,
include: [
path.join(root_dir, "app"),
path.join(root_dir, "node_modules/react-datepicker2")
path.join(root_dir, "node_modules/react-datepicker2"),
path.join(root_dir, "node_modules/alt-container"),
path.join(root_dir, "node_modules/alt-react")
],
use: [
{
Expand Down

0 comments on commit db62e9f

Please sign in to comment.