Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lgeiger authored and rgbkrk committed Oct 22, 2018
1 parent 8794674 commit 48f98e0
Show file tree
Hide file tree
Showing 32 changed files with 260 additions and 33,825 deletions.
21 changes: 2 additions & 19 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,29 +1,12 @@
{
"presets": ["next/babel"],
"plugins": [
"transform-flow-strip-types",
[
"module-resolver",
{
"root": ["."],
"alias": {
"styles": "./styles"
},
"cwd": "babelrc"
}
],
[
"wrap-in-js",
{
"extensions": ["css$"]
}
],
[
"styled-components",
{
"ssr": true
}
]
],
"presets": ["next/babel"],
"ignore": []
]
}
Loading

2 comments on commit 48f98e0

@vercel
Copy link

@vercel vercel bot commented on 48f98e0 Oct 22, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully aliased the URL https://nteract-site-xkfncqkuzb.now.sh to the following alias.

@rgbkrk
Copy link
Member

@rgbkrk rgbkrk commented on 48f98e0 Oct 22, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh hey, thanks for the auto-deployment dear friendly bot. I didn't realize you did that for us on the master branch.

Please sign in to comment.