Skip to content

Commit

Permalink
Json changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MohanRaj168 committed Jun 20, 2024
1 parent 57ad025 commit ef39c85
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
"description": "Tool to provide utilities for displaying synchronized business profile data",
"main": "assets/js/gutenberg-block.js",
"scripts": {
"build:scripts": "wp-scripts build assets/js/gutenberg-block.js --output-path=build",
"build:start": "wp-scripts start assets/js/gutenberg-block.js --output-path=build"
"build:scripts": "npx wp-scripts build assets/js/gutenberg-block.js --output-path=build",
"build:start": "npx wp-scripts start assets/js/gutenberg-block.js --output-path=build"
},
"repository": {
"type": "git",
"url": "https://github.com/vendasta/business-profile-render.git"
"type": "git",
"url": "https://github.com/vendasta/business-profile-render.git"
},
"author": "Website Pro Team",
"license": "GPL-2.0-or-later",
"devDependencies": {
"@wordpress/scripts": "27.2.0",
"gulp": "^4.0.2",
"gulp-notify": "^4.0.0",
"gulp-wp-pot": "^2.5.0"
"@wordpress/scripts": "27.2.0",
"ajv": "^8.16.0",
"gulp": "^4.0.2",
"gulp-notify": "^4.0.0",
"gulp-wp-pot": "^2.5.0"
}
}

}

0 comments on commit ef39c85

Please sign in to comment.