1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Update with-markdown example (#4612)

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>
This commit is contained in:
Telegin Evgeniy 2018-06-16 00:55:14 +06:00 committed by Tim Neutkens
parent 491d2ec0dd
commit 3566b92900

View file

@ -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"
}
}