Changeset 42460
- Timestamp:
- 01/16/2018 03:54:10 AM (8 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
.editorconfig (modified) (1 diff)
-
package.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.editorconfig
r41835 r42460 14 14 indent_style = tab 15 15 16 [ {package.json,*.yml}]16 [*.yml] 17 17 indent_style = space 18 18 indent_size = 2 -
trunk/package.json
r42127 r42460 1 1 { 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 } 43 43 }
Note: See TracChangeset
for help on using the changeset viewer.