bootstrap-genesis icon indicating copy to clipboard operation
bootstrap-genesis copied to clipboard

Misplaced spaces in package.json

Open salcode opened this issue 7 years ago • 2 comments
trafficstars

These spaces before the colons should be removed.

screenshot 2018-02-20 16 48 11

salcode avatar Feb 20 '18 21:02 salcode

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"
    }
}

atcraigwatson avatar Feb 21 '18 12:02 atcraigwatson

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

In any case, it definitely makes sense to fix.

salcode avatar Feb 21 '18 15:02 salcode