Skip to content

Commit e5f8291

Browse files
authored
Merge pull request #6 from bugsnag/hotfix/package-name
Add bugsnag namespace to package
2 parents 7c4d87f + 461f538 commit e5f8291

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
## Installation
1212

1313
```
14-
npm install --save-dev vite-plugin-bugsnag
14+
npm install --save-dev @bugsnag/vite-plugin-bugsnag
1515
```
1616

1717
## Usage

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "vite-plugin-bugsnag",
2+
"name": "@bugsnag/vite-plugin-bugsnag",
33
"version": "1.0.0",
44
"description": "Vite plugins for common BugSnag actions",
55
"main": "dist/index.js",
@@ -21,6 +21,9 @@
2121
"bugsnag",
2222
"sourcemaps"
2323
],
24+
"files": [
25+
"dist"
26+
],
2427
"author": "BugSnag",
2528
"license": "MIT",
2629
"bugs": {

0 commit comments

Comments
 (0)