postcss / postcss-safe-parser

Fault tolerant CSS parser for PostCSS
MIT License
120 stars 12 forks source link

Update build:package to move all babel-* dependencies to devDependencies #2

Closed insin closed 8 years ago

insin commented 8 years ago

v1.0.2 is causing an extra ~30-70MB of dependencies to be installed and generating npm warnings for people using npm 2.x because its dependencies look like this:

  "dependencies": {
    "babel-plugin-add-module-exports": "0.1.1",
    "babel-preset-es2015-loose": "6.1.3",
    "babel-preset-stage-0": "6.3.13",
    "postcss": "^5.0.13"
  },
ai commented 8 years ago

Oops. Sorry. I forget to copy clesner from main postcss.

ai commented 8 years ago

Thanks. Fix released in 1.0.3.