Skip to content

Commit

Permalink
v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SferaDev committed Jun 25, 2019
1 parent c9f46c2 commit 6904aab
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 117 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bulk-load",
"version": "2.1.1",
"version": "2.1.2",
"dependencies": {
"@dhis2/app-runtime": "^1.2.0",
"@dhis2/d2-ui-core": "^6.1.0",
Expand Down Expand Up @@ -47,7 +47,7 @@
"manifest.webapp": {
"name": "Bulk Load",
"description": "Bulk importing made easy",
"version": "2.1.1",
"version": "2.1.2",
"developer": {
"name": "Alexis Rico",
"url": "https://github.com/SferaDev"
Expand All @@ -61,6 +61,7 @@
}
}
},
"homepage": ".",
"browserslist": {
"production": [
">0.2%",
Expand Down
4 changes: 1 addition & 3 deletions src/components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ import Select from "react-select";
import Dropzone from "react-dropzone";

import MuiThemeProvider from "material-ui/styles/MuiThemeProvider";
import { withStyles } from "@material-ui/core/styles";
import Paper from "@material-ui/core/Paper";
import Button from "@material-ui/core/Button/Button";
import { Button, Paper, withStyles } from "@material-ui/core";
import CloudUploadIcon from "@material-ui/icons/CloudUpload";
import CloudDoneIcon from "@material-ui/icons/CloudDone";

Expand Down
Loading

0 comments on commit 6904aab

Please sign in to comment.