Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mtscout6 committed Jun 27, 2017
1 parent 5be64b7 commit a7ae579
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 50 deletions.
19 changes: 5 additions & 14 deletions _brewfile/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ tap atlassian/tap
brew atlassian-plugin-sdk

tap caskroom/cask
brew brew-cask
cask alfred
cask discord
cask docker
cask gitter
cask hipchat
cask iterm2
cask google-drive
cask p4merge
cask rocket-chat
cask skype
Expand All @@ -24,20 +23,19 @@ cask vagrant

tap caskroom/fonts

tap caskroom/fonts

tap homebrew/bundle

tap homebrew/dupes
brew apple-gcc42

tap homebrew/versions

tap neovim/neovim
brew neovim

tap rcmdnk/file
brew brew-file

# Other Homebrew packages
brew apple-gcc42
brew ack
brew autoconf
brew automake
Expand Down Expand Up @@ -67,7 +65,6 @@ brew node
brew openssl
brew pcre
brew pkg-config
brew powerline
brew pstree
brew python
brew readline
Expand All @@ -86,15 +83,9 @@ brew zsh
# App Store applications
appstore 417375580 BetterSnapTool
appstore 596816253 Caato Time Tracker
appstore 411246225 Caffeine
appstore 417602904 CloudApp
appstore 412624365 EazyDraw
appstore 405399194 Kindle
appstore 482898991 LiveReload
appstore 715768417 Microsoft Remote Desktop
appstore 736473980 Paint 2
appstore 803453959 Slack
appstore 896450579 Textual 5
appstore 485812721 TweetDeck
appstore 497799835 Xcode
appstore 865500966 feedly
21 changes: 1 addition & 20 deletions _eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": ["eslint-config-airbnb"],
"extends": ["eslint:recommended", "plugin:react/recommended"],
"env": {
"browser": true,
"node": true
Expand All @@ -9,23 +9,4 @@
"react",
"babel"
],
"rules": {
"constructor-super": 2,
"comma-dangle": 0,
"func-names": 0,
"guard-for-in": 0,
"one-var": [2, { "initialized": "never" }],
"prefer-const": 0,
"key-spacing": 0,
"no-eq-null": 0,
"no-else-return": 0,
"no-param-reassign": 0,
"no-this-before-super": 2,
"no-undef": 2,
"babel/object-shorthand": 2,
"react/jsx-boolean-value": [2, "never"],
"react/jsx-no-duplicate-props": 2,
"react/prop-types": [2, { "ignore": [ "children", "className", "style" ] }],
"react/sort-comp": 0
}
}
3 changes: 3 additions & 0 deletions _vim/.netrwhist
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
let g:netrw_dirhistmax =10
let g:netrw_dirhist_cnt =1
let g:netrw_dirhist_1='/Users/smithm/dev/dotfiles/_brewfile'
1 change: 0 additions & 1 deletion _vim/rc/plugins/matchit.vim

This file was deleted.

28 changes: 13 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,35 +17,33 @@
"postinstall": "./npm-module-aliases"
},
"dependencies": {
"@mtscout6/markserv": "0.0.17",
"babel-cli": "^6.1.18",
"babel-core": "^6.1.21",
"babel-eslint": "^6.0.2",
"babel-eslint": "^7.2.3",
"babel-preset-es2015": "^6.1.18",
"babel-preset-stage-0": "^6.1.18",
"bower": "^1.6.3",
"create-react-app": "^1.0.2",
"dateformat": "^1.0.11",
"esdoc": "^0.4.3",
"eslint": "^2.2.0",
"eslint-config-airbnb": "^6.1.0",
"eslint-plugin-babel": "^3.0.0",
"eslint": "^3.19.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-lodash": "^0.1.4",
"eslint-plugin-mocha": "^2.0.0",
"eslint-plugin-react": "^4.2.1",
"fs-promise": "^0.5.0",
"greenkeeper": "^2.3.2",
"grunt-cli": "^0.1.13",
"eslint-plugin-mocha": "^4.9.0",
"eslint-plugin-react": "^6.10.3",
"fs-promise": "^2.0.2",
"greenkeeper": "^4.2.1",
"grunt-cli": "^1.2.0",
"gulp": "^3.9.0",
"instant-markdown-d": "^0.1.0",
"mocha": "^2.3.3",
"mocha": "^3.3.0",
"n": "^2.0.2",
"nodemon": "^1.7.1",
"reveal-md": "0.0.24",
"updtr": "^0.2.1",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0",
"yarn": "^0.18.1",
"updtr": "^1.0.0",
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.5",
"yarn": "^0.22.0",
"yo": "^1.4.8"
}
}

0 comments on commit a7ae579

Please sign in to comment.