Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #46 from gnosis/development
Browse files Browse the repository at this point in the history
WA-234 & WA-438 Removing owners & Daily Limit updates
  • Loading branch information
apanizo authored Jun 26, 2018
2 parents 90920b6 + b2a20f2 commit 9898a1b
Show file tree
Hide file tree
Showing 118 changed files with 22,311 additions and 42,729 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"forceAllTransforms": true
}
],
"@babel/stage-0"
["@babel/preset-stage-0", { "decoratorsLegacy": true }]
],
"plugins": [
"@babel/plugin-syntax-dynamic-import",
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ after_success:
- yarn build
- cd build_webpack/ && cp index.html 200.html && cd ..
- chmod ugo+x ./config/deploy/deploy.sh
- ./config/deploy/deploy.sh
- ./config/deploy/deploy.sh
2 changes: 1 addition & 1 deletion config/jest/jest.setup.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// @flow
jest.setTimeout(45000)
jest.setTimeout(60000)
2 changes: 1 addition & 1 deletion config/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ module.exports = {
new webpack.DefinePlugin(env),
// Note: this won't work without ExtractTextPlugin.extract(..) in `loaders`.
new ExtractTextPlugin({
filename: 'static/css/[name].[contenthash:8].css',
filename: 'static/css/[name].[hash:8].css',
allChunks: true
}),
// Generate a manifest file which contains a mapping of all asset filenames
Expand Down
Loading

0 comments on commit 9898a1b

Please sign in to comment.