Update package.json in with-docker example (#4359)

* Added name, version, license keys.
This commit is contained in:
yhirano55 2018-05-14 01:10:00 +09:00 committed by Tim Neutkens
parent 8c5c2c23bb
commit b2047de51a

View file

@ -1,4 +1,6 @@
{
"name": "with-docker",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
@ -8,5 +10,6 @@
"next": "latest",
"react": "16.2.0",
"react-dom": "16.2.0"
}
},
"license": "ISC"
}