Making WordPress.org


Ignore:
Timestamp:
01/27/2019 05:49:23 PM (7 years ago)
Author:
ocean90
Message:

wp4: Remove pixrem as it duplicates the fallback each time the build command runs.

Also remove unused sass command.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/style/package.json

    r8147 r8152  
    1313  },
    1414  "devDependencies": {
    15     "autoprefixer": "^6.3.6",
    16     "cssnano": "^3.7.4",
    17     "es6-promise": "~4.0.5",
    18     "grunt": "^1.0.1",
    19     "grunt-contrib-jshint": "^1.0.0",
     15    "autoprefixer": "^9.4.6",
     16    "cssnano": "^4.1.8",
     17    "es6-promise": "~4.2.5",
     18    "grunt": "^1.0.3",
     19    "grunt-contrib-jshint": "^2.0.0",
    2020    "grunt-contrib-uglify": "^4.0.0",
    21     "grunt-contrib-watch": "^1.0.0",
    22     "grunt-postcss": "^0.8.0",
    23     "grunt-rtlcss": "^2.0.1",
    24     "grunt-sass": "^1.2.0",
    25     "pixrem": "^3.0.2"
     21    "grunt-contrib-watch": "^1.1.0",
     22    "grunt-postcss": "^0.9.0",
     23    "grunt-rtlcss": "^2.0.1"
    2624  }
    2725}
Note: See TracChangeset for help on using the changeset viewer.