|
18 | 18 | "build": "rollup -c rollup.config.js", |
19 | 19 | "flow": "npx flow", |
20 | 20 | "lint": "npx eslint -c .eslintrc src/", |
21 | | - "prettier": |
22 | | - "npx prettier --write --print-width 100 --tab-width 4 --no-semi --single-quote '{src,__{tests,mocks}__}/**/*.js'" |
| 21 | + "prettier": "npx prettier --write --print-width 100 --tab-width 4 --no-semi --single-quote '{src,__{tests,mocks}__}/**/*.js'" |
23 | 22 | }, |
24 | 23 | "repository": { |
25 | 24 | "type": "git", |
26 | 25 | "url": "git+https://github.com/FullHuman/purgecss.git" |
27 | 26 | }, |
28 | | - "keywords": ["optimization", "unused", "css", "purge", "uncss", "purify"], |
| 27 | + "keywords": [ |
| 28 | + "optimization", |
| 29 | + "unused", |
| 30 | + "css", |
| 31 | + "purge", |
| 32 | + "uncss", |
| 33 | + "purify" |
| 34 | + ], |
29 | 35 | "author": "Ffloriel", |
30 | 36 | "license": "MIT", |
31 | 37 | "bugs": { |
|
34 | 40 | "homepage": "https://github.com/FullHuman/purgecss#readme", |
35 | 41 | "dependencies": { |
36 | 42 | "glob": "^7.1.2", |
37 | | - "postcss": "^6.0.13", |
38 | | - "postcss-selector-parser": "^3.0.0", |
| 43 | + "postcss": "^6.0.14", |
| 44 | + "postcss-selector-parser": "^3.1.1", |
39 | 45 | "yargs": "^10.0.3" |
40 | 46 | }, |
41 | 47 | "devDependencies": { |
42 | | - "babel-eslint": "^8.0.1", |
| 48 | + "babel-eslint": "^8.0.2", |
43 | 49 | "babel-plugin-external-helpers": "^6.22.0", |
44 | 50 | "babel-plugin-transform-class-properties": "^6.24.1", |
45 | 51 | "babel-preset-env": "^1.6.1", |
46 | 52 | "babel-preset-flow": "^6.23.0", |
47 | 53 | "codacy-coverage": "^2.0.3", |
48 | | - "eslint": "^4.10.0", |
| 54 | + "eslint": "^4.11.0", |
49 | 55 | "eslint-plugin-flowtype": "^2.39.1", |
50 | | - "flow-bin": "^0.58.0", |
| 56 | + "flow-bin": "^0.59.0", |
51 | 57 | "jest": "^21.2.1", |
52 | 58 | "prettier": "^1.8.0", |
53 | 59 | "regenerator-runtime": "^0.11.0", |
54 | | - "rollup": "^0.50.0", |
| 60 | + "rollup": "^0.51.7", |
55 | 61 | "rollup-plugin-babel": "^3.0.2", |
56 | 62 | "rollup-plugin-commonjs": "^8.2.3", |
57 | 63 | "rollup-plugin-flow": "^1.1.1", |
|
0 commit comments