fix comma
This commit is contained in:
parent
bde896c451
commit
66ab9f25b4
|
@ -5,7 +5,7 @@
|
||||||
"main": "node.js",
|
"main": "node.js",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./node.js": "./index.js"
|
"./node.js": "./index.js"
|
||||||
}
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue