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

Remove stage-0 from dependencies on example (#2656)

This PR removes `babel-preset-stage-0` from the dependencies list, that was missing on #1959.
This commit is contained in:
Renan Couto 2017-07-27 10:17:49 +02:00 committed by Arunoda Susiripala
parent 34830a05c9
commit 93e15a23b9

View file

@ -8,7 +8,6 @@
},
"dependencies": {
"babel-plugin-styled-components": "^1.1.4",
"babel-preset-stage-0": "^6.24.1",
"next": "latest",
"react": "^15.4.2",
"react-dom": "^15.4.2",