[package.json] Fix ident

This commit is contained in:
Christoph Diehl 2017-04-26 01:30:46 +03:00
parent 68c04f6224
commit a27e55b280
1 changed files with 2 additions and 2 deletions

View File

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