Skip to content

Commit

Permalink
build(package): fix package name
Browse files Browse the repository at this point in the history
I noticed the package name in `package.json` is not aligned with the repository
name, so I fixed it. I also added the `@adobe` prefix, should we ever need to
release this to NPM
  • Loading branch information
trieloff committed Nov 22, 2023
1 parent 39f8980 commit f7aeb39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "helix-import-ui",
"name": "@adobe/helix-importer-ui",
"version": "1.49.1",
"description": "helix-import-ui",
"description": "helix-importer-ui",
"type": "module",
"scripts": {
"test": "c8 mocha",
Expand Down

0 comments on commit f7aeb39

Please sign in to comment.