Skip to content

Commit

Permalink
Prep 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xhocquet committed Sep 16, 2018
1 parent ff5f3f1 commit 613e0a4
Show file tree
Hide file tree
Showing 4 changed files with 4,508 additions and 7 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
/vendor/LICENSES.chromium.html
node_modules/
SHASUMS256.txt
**/yarn.lock
compile_commands.json
.envrc

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "Epic_Epics",
"version": "1.0.1",
"version": "1.1.0",
"description": "Easily manage epics for agile teams",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron -r babel-register .",
"pack": "electron-builder --dir",
"dist-all": "electron-builder build --mac --win --linux",
"dist-mac": "electron-builder build --mac",
"dist-win": "electron-builder build --win",
"dist-linux": "electron-builder build --linux"
Expand Down
10 changes: 5 additions & 5 deletions src/App.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import React from 'react'
import { withStyles } from '@material-ui/core/styles'

import Content from './Components/Content'
import Drawer from './Components/Drawer'
import Header from './Components/Header'
import Settings from './Components/Settings'
import Notification from './Components/Notification'
import Content from './components/Content'
import Drawer from './components/Drawer'
import Header from './components/Header'
import Settings from './components/Settings'
import Notification from './components/Notification'

const styles = {
root: {
Expand Down
Loading

0 comments on commit 613e0a4

Please sign in to comment.