Skip to content

Commit 2a97ee7

Browse files
committed
1.0.0
1 parent 715e584 commit 2a97ee7

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/source-maps",
3-
"version": "1.0.0-beta.2",
3+
"version": "1.0.0",
44
"description": "CLI and JS library for uploading source maps to Bugsnag",
55
"main": "dist/index.js",
66
"homepage": "https://github.com/bugsnag/bugsnag-source-maps",
@@ -29,7 +29,14 @@
2929
"dist",
3030
"LICENSE.txt"
3131
],
32-
"keywords": ["Bugsnag", "source", "maps", "CLI", "tool", "upload"],
32+
"keywords": [
33+
"Bugsnag",
34+
"source",
35+
"maps",
36+
"CLI",
37+
"tool",
38+
"upload"
39+
],
3340
"author": "Bugsnag",
3441
"license": "MIT",
3542
"devDependencies": {

0 commit comments

Comments
 (0)