Skip to content

Commit

Permalink
Update with-markdown example (vercel#4612)
Browse files Browse the repository at this point in the history
I have updated [examples/with-markdown](https://github.com/zeit/next.js/tree/canary/examples/with-markdown) in order to make it works with next 6 🎉 

<details>
<summary>Error</summary>
Error: Plugin/Preset files are not allowed to export objects, only functions. In /Users/zhenyatelegin/Desktop/next.js/examples/with-markdown/node_modules/markdown-in-js/babel.js
</details>
  • Loading branch information
teleginzhenya authored and timneutkens committed Jun 15, 2018
1 parent 491d2ec commit 3566b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/with-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"start": "next start"
},
"dependencies": {
"markdown-in-js": "1.1.3",
"markdown-in-js": "^1.1.4",
"next": "latest",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"license": "ISC"
}
}

0 comments on commit 3566b92

Please sign in to comment.