Make WordPress Core

Ticket #43075: 43075.diff

File 43075.diff, 3.0 KB (added by netweb, 7 years ago)
  • package.json

     
    11{
    2   "name": "WordPress",
    3   "version": "5.0.0",
    4   "description": "WordPress is web software you can use to create a beautiful website or blog.",
    5   "repository": {
    6     "type": "svn",
    7     "url": "https://develop.svn.wordpress.org/trunk"
    8   },
    9   "engines": {
    10     "node": "6.9.1"
    11   },
    12   "author": "The WordPress Contributors",
    13   "license": "GPL-2.0+",
    14   "devDependencies": {
    15     "autoprefixer": "^6.5.1",
    16     "grunt": "~0.4.5",
    17     "grunt-banner": "^0.6.0",
    18     "grunt-contrib-clean": "~1.0.0",
    19     "grunt-contrib-compress": "~1.3.0",
    20     "grunt-contrib-concat": "~1.0.0",
    21     "grunt-contrib-copy": "~1.0.0",
    22     "grunt-contrib-cssmin": "~1.0.2",
    23     "grunt-contrib-imagemin": "~1.0.0",
    24     "grunt-contrib-jshint": "~1.0.0",
    25     "grunt-contrib-qunit": "^1.2.0",
    26     "grunt-contrib-uglify": "~2.0.0",
    27     "grunt-contrib-watch": "~1.0.0",
    28     "grunt-includes": "~0.5.1",
    29     "grunt-jsdoc": "^2.1.0",
    30     "grunt-jsvalidate": "~0.2.2",
    31     "grunt-legacy-util": "^0.2.0",
    32     "grunt-patch-wordpress": "~0.4.2",
    33     "grunt-postcss": "~0.7.1",
    34     "grunt-replace": "~1.0.1",
    35     "grunt-rtlcss": "~2.0.1",
    36     "grunt-sass": "~1.2.1",
    37     "ink-docstrap": "^1.3.0",
    38     "grunt-webpack": "^3.0.2",
    39     "matchdep": "~1.0.0",
    40     "webpack": "^3.6.0",
    41     "webpack-dev-server": "^2.9.1"
    42   }
     2        "name": "WordPress",
     3        "version": "5.0.0",
     4        "description": "WordPress is web software you can use to create a beautiful website or blog.",
     5        "repository": {
     6                "type": "svn",
     7                "url": "https://develop.svn.wordpress.org/trunk"
     8        },
     9        "engines": {
     10                "node": "6.9.1"
     11        },
     12        "author": "The WordPress Contributors",
     13        "license": "GPL-2.0+",
     14        "devDependencies": {
     15                "autoprefixer": "^6.5.1",
     16                "grunt": "~0.4.5",
     17                "grunt-banner": "^0.6.0",
     18                "grunt-contrib-clean": "~1.0.0",
     19                "grunt-contrib-compress": "~1.3.0",
     20                "grunt-contrib-concat": "~1.0.0",
     21                "grunt-contrib-copy": "~1.0.0",
     22                "grunt-contrib-cssmin": "~1.0.2",
     23                "grunt-contrib-imagemin": "~1.0.0",
     24                "grunt-contrib-jshint": "~1.0.0",
     25                "grunt-contrib-qunit": "^1.2.0",
     26                "grunt-contrib-uglify": "~2.0.0",
     27                "grunt-contrib-watch": "~1.0.0",
     28                "grunt-includes": "~0.5.1",
     29                "grunt-jsdoc": "^2.1.0",
     30                "grunt-jsvalidate": "~0.2.2",
     31                "grunt-legacy-util": "^0.2.0",
     32                "grunt-patch-wordpress": "~0.4.2",
     33                "grunt-postcss": "~0.7.1",
     34                "grunt-replace": "~1.0.1",
     35                "grunt-rtlcss": "~2.0.1",
     36                "grunt-sass": "~1.2.1",
     37                "ink-docstrap": "^1.3.0",
     38                "grunt-webpack": "^3.0.2",
     39                "matchdep": "~1.0.0",
     40                "webpack": "^3.6.0",
     41                "webpack-dev-server": "^2.9.1"
     42        }
    4343}
  • .editorconfig

     
    1313trim_trailing_whitespace = true
    1414indent_style = tab
    1515
    16 [{package.json,*.yml}]
     16[*.yml]
    1717indent_style = space
    1818indent_size = 2
    1919