Skip to content

Commit

Permalink
0.0.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Krystian Koper authored and Krystian Koper committed Feb 8, 2018
1 parent e98721a commit 006aae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = function override(config, env) {
config = injectBabelPlugin(['import', { libraryName: 'antd', style: true }], config);
// eslint-disable-next-line no-param-reassign
config = rewireLess.withLoaderOptions({
modifyVars: { '@primary-color': '#00d664' },
modifyVars: { '@primary-color': '#FF0000' },
})(config, env);
return config;
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-react-express-loki",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"description": "A minimal user management Electron application with Express API, LokiJS database and ReactJS",
"keywords": [
Expand Down

0 comments on commit 006aae1

Please sign in to comment.