Skip to content

Commit 5bd1225

Browse files
committed
Merge pull request #54 from CamShaft/patch-1
fix component.json to work with component
2 parents b289dab + 8e3fa2a commit 5bd1225

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

component.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "stacktrace.js",
33
"version": "0.6.0",
4-
"main": "./stacktrace.js",
4+
"repo": "eriwen/javascript-stacktrace",
5+
"main": "stacktrace.js",
6+
"scripts": [
7+
"stacktrace.js"
8+
],
59
"dependencies": {}
610
}

0 commit comments

Comments
 (0)