Skip to content

Commit

Permalink
Update package.json for npmjs
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorse committed Nov 11, 2022
1 parent 154bfb8 commit 1b8a5e5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codeamp-block-components",
"version": "0.0.1",
"name": "@codeamp/block-components",
"version": "0.0.1-beta.0",
"description": "React components for the WordPress block editor",
"main": "index.js",
"scripts": {
Expand All @@ -18,11 +18,11 @@
"react"
],
"author": "Ross Morsali",
"license": "MIT",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/rmorse/codeamp-block-components/issues"
"url": "https://github.com/Code-Amp/block-components/issues"
},
"homepage": "https://github.com/rmorse/codeamp-block-components#readme",
"homepage": "https://github.com/Code-Amp/block-components#readme",
"dependencies": {
"@wordpress/icons": "^9.11.0",
"classnames": "^2.3.2",
Expand Down

0 comments on commit 1b8a5e5

Please sign in to comment.