Skip to content

Commit 6c8ee24

Browse files
committed
dev env working
1 parent 157b1b6 commit 6c8ee24

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"name": "data-viz-wordpress",
3+
"author": "Development Gateway",
4+
"contributors": [
5+
"Sebastian Dimunzio",
6+
"Timothy Mugo"
7+
],
38
"version": "1.0.0",
49
"private": true,
510
"description": "Wordpress Repository for Data Viz that contains plugins and blocks for the Data Viz plugin",

packages/create-wp-customizer/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "@devgateway/create-wp-customizer",
33
"version": "1.0.2",
44
"description": "Create a new Data Viz WordPress Customizer project",
5+
"author": "Development Gateway",
6+
"contributors": [
7+
"Timothy Mugo",
8+
"Sebastian Dimunzio"
9+
],
510
"main": "index.js",
611
"type": "module",
712
"files": [

plugins/wp-react-blocks-plugin/blocks/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"name": "dg-react-blocks",
33
"version": "1.1.1",
4+
"author": "Development Gateway",
5+
"contributors": [
6+
"Sebastian Dimunzio",
7+
"Timothy Mugo"
8+
],
49
"private": true,
510
"description": "",
611
"author": "Sebastian Dimunzio",

0 commit comments

Comments
 (0)