Skip to content

Commit c516ae1

Browse files
committed
feat (project): update package files
1 parent 51ace27 commit c516ae1

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
{
2+
"name": "wp-dsfr",
3+
"version": "1.0.0",
4+
"description": "DSFR theme and blocks for WordPress",
5+
"author": "Be API",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/BeAPI/dsfr"
9+
},
210
"scripts": {
311
"start": "wp-env start",
412
"stop": "wp-env stop",

wp-dsfr-blocks/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"name": "wp-dsfr-blocks",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "DSFR Gutenberg blocks for wp-dsfr-theme",
5-
"author": "BeAPI",
5+
"author": "Be API",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/BeAPI/dsfr"
9+
},
610
"license": "GPL-2.0-or-later",
711
"main": "build/index.js",
812
"scripts": {

wp-dsfr-theme/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "wp-dsfr-theme",
3-
"version": "5.1.0",
3+
"version": "1.0.0",
4+
"description": "DSFR theme for WordPress",
45
"author": "Be API",
56
"repository": {
67
"type": "git",

0 commit comments

Comments
 (0)