chore: rename project

This commit is contained in:
Pedro Nauck
2018-04-15 01:58:49 -03:00
parent 1f5d07a3f3
commit 404adc7638
51 changed files with 53 additions and 57 deletions

View File

@@ -1,14 +1,13 @@
{
"name": "playgrodd-example-basic",
"name": "docz-example-basic",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "playgrodd start"
"start": "docz start"
},
"dependencies": {
"emotion": "^9.1.1",
"playgrodd": "^0.0.1",
"playgrodd-core": "^0.0.1",
"docz": "^0.0.1",
"prop-types": "^15.6.1",
"react": "^16.3.1",
"react-dom": "^16.3.1",