Skip to content

Commit

Permalink
Merge pull request #34 from Automattic/chore/@automattic-prefix
Browse files Browse the repository at this point in the history
Add @Automattic prefix to package name
  • Loading branch information
johngodley committed Jul 20, 2021
2 parents fb603f6 + 0ce03fc commit ddf3ae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ import 'isolated-block-editor/build-browser/core.css';

The module is currently only available on Github and can be added with:

`npm install "github:automattic/isolated-block-editor#1.2.0" --save` (where `1.2.0` is the version you want to use)
`npm install @automattic/isolated-block-editor@1.2.0" --save` (where `1.2.0` is the version you want to use)

## Future

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "isolated-block-editor",
"name": "@automattic/isolated-block-editor",
"version": "1.3.0",
"description": "Repackages Gutenberg's editor playground as multi-instance editor.",
"main": "build/index.js",
Expand Down

0 comments on commit ddf3ae1

Please sign in to comment.