Skip to content

Commit

Permalink
Remove packages and refactore code
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandesigner committed Jul 26, 2018
1 parent 807eceb commit 9a03b43
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
5 changes: 1 addition & 4 deletions boilerplate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,15 @@
"visualize": "meteor -p 1337 --production --settings ./settings/settings-production.json --extra-packages bundle-visualizer"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.54",
"@cleverbeagle/seeder": "^1.3.1",
"autoprefixer": "^9.0.1",
"babel-runtime": "^6.26.0",
"@babel/runtime": "^7.0.0-beta.54",
"bcrypt": "^1.0.3",
"core-js": "^2.5.7",
"element-theme-chalk": "^2.4.4",
"element-ui": "^2.4.4",
"intersection-observer": "^0.4.3",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.4",
"marked": "^0.3.19",
"meteor-node-stubs": "^0.4.1",
"moment": "^2.22.2",
"simpl-schema": "^1.5.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Meteor } from 'meteor/meteor'
import { Accounts } from 'meteor/accounts-base'

const name = 'Lets'
const email = '<dev@alexandesigner.com.br>'
const email = '<alexandesigner@gmail.com>'
const from = `${name} ${email}`
const emailTemplates = Accounts.emailTemplates

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
</el-table-column>
</el-table>
<div v-else class="not-found">
...loading
<h3>Not Found</h3>
</div>
</div>
</admin-content>
Expand Down
2 changes: 1 addition & 1 deletion boilerplate/src/imports/ui/pages/Admin/Images/Images.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
</el-table-column>
</el-table>
<div v-else class="not-found">
...loading
<h3>Not Found</h3>
</div>
</div>
</admin-content>
Expand Down
4 changes: 2 additions & 2 deletions boilerplate/src/imports/ui/pages/Admin/Users/Users.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class="admin-content_main-table">
<el-table-column
label="Created At"
width="220">
width="140">
<template slot-scope="scope">
<el-icon class="icon" name="time"></el-icon>
<span>{{ scope.row.createdAt | date("L, LT") }}</span>
Expand Down Expand Up @@ -49,7 +49,7 @@
</el-table-column>
</el-table>
<div v-else class="not-found">
...loading
<h3>Not Found</h3>
</div>
</div>
</admin-content>
Expand Down

0 comments on commit 9a03b43

Please sign in to comment.