salcode / bootstrap-genesis

WordPress Genesis Child Theme setup to use Bootstrap, Sass, and Grunt
MIT License
185 stars 63 forks source link

Misplaced spaces in package.json #180

Open salcode opened 6 years ago

salcode commented 6 years ago

These spaces before the colons should be removed.

screenshot 2018-02-20 16 48 11

atcraigwatson commented 6 years ago

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"
    }
}
salcode commented 6 years ago

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

In any case, it definitely makes sense to fix.