1
0
mirror of https://github.com/lancedikson/bowser synced 2025-06-13 13:03:52 +00:00
This commit is contained in:
Vincent Voyer 2017-04-16 13:25:24 +00:00 committed by GitHub
commit 006b6d3c51

View File

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