salcode/bootstrap-genesis

Misplaced spaces in package.json

Opened this issue · 2 comments

These spaces before the colons should be removed.

screenshot 2018-02-20 16 48 11

Ok, little strange, my local copy does not have these spaces...

{
    "name": "bootstrap-genesis",
    "version": "0.8.2",
    "description": "Setup for work on Boostrap Genesis Child Theme",
    "repository": {
        "type": "git",
        "url": "https://github.com/salcode/bootstrap-genesis"
    },
    "devDependencies": {
        "grunt": "~0.4.5",
        "grunt-sass": "^2.0.0",
        "grunt-contrib-watch": "~0.6.1",
        "grunt-contrib-uglify": "^0.9.0"
    }
}

Is it possible your text editor is recognizing the incorrect formatting and correcting it?

In any case, it definitely makes sense to fix.