1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

add npm test

This commit is contained in:
vvo 2015-03-06 14:22:41 +01:00
parent 5a3d3766b9
commit aba52bb9bd

View File

@ -15,6 +15,9 @@
"type": "git", "type": "git",
"url": "https://github.com/ded/bowser.git" "url": "https://github.com/ded/bowser.git"
}, },
"scripts": {
"test": "mocha test/test.js"
},
"devDependencies": { "devDependencies": {
"smoosh": "*", "smoosh": "*",
"mocha": "*" "mocha": "*"