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

Add missed dev dependencies for examples/using-preact (#2714)

This commit is contained in:
Dmytro V. Dogadailo 2017-08-06 20:22:01 +03:00 committed by Tim Neutkens
parent 65ff72aada
commit 256f9dc765

View file

@ -12,5 +12,9 @@
"preact": "^7.2.0",
"preact-compat": "^3.14.0"
},
"license": "ISC"
"license": "ISC",
"devDependencies": {
"react": "~15.6.1",
"react-dom": "~15.6.1"
}
}