[package.json] Fix ident

This commit is contained in:
Christoph Diehl 2017-04-26 01:30:46 +03:00
parent 68c04f6224
commit a27e55b280

View file

@ -12,6 +12,6 @@
"qunitjs": "*" "qunitjs": "*"
}, },
"scripts": { "scripts": {
"test": "grunt test --verbose" "test": "grunt test --verbose"
} },
} }