fix comma

This commit is contained in:
AJ ONeal 2015-11-17 13:40:30 -08:00
parent bde896c451
commit 66ab9f25b4
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"main": "node.js",
"browser": {
"./node.js": "./index.js"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},