|
16 | 16 | "colors": "~1.1.2",
|
17 | 17 | "commander": "~2.9.0",
|
18 | 18 | "cssnano": "^3.3.2",
|
19 |
| - "fs-extra": "^0.26.2", |
| 19 | + "fs-extra": "^2.0.0", |
20 | 20 | "lodash.difference": "^4.0.2",
|
21 | 21 | "lodash.isempty": "^4.1.1",
|
22 | 22 | "object-assign-deep": "0.0.4",
|
23 | 23 | "pad-component": "0.0.1",
|
24 | 24 | "postcss": "^5.0.12",
|
25 |
| - "postcss-apply": "^0.4.0", |
| 25 | + "postcss-apply": "^0.5.0", |
26 | 26 | "postcss-autoreset": "^1.2.0",
|
27 | 27 | "postcss-bem-linter": "^2.3.0",
|
28 | 28 | "postcss-calc": "^5.0.0",
|
29 |
| - "postcss-color-function": "^2.0.1", |
| 29 | + "postcss-color-function": "^3.0.0", |
30 | 30 | "postcss-custom-media": "^5.0.0",
|
31 | 31 | "postcss-custom-properties": "^5.0.0",
|
32 | 32 | "postcss-easy-import": "^1.0.1",
|
33 |
| - "postcss-reporter": "^2.0.0", |
| 33 | + "postcss-reporter": "^3.0.0", |
34 | 34 | "read-file-stdin": "^0.2.1",
|
35 | 35 | "stylelint": "^7.2.0",
|
36 |
| - "stylelint-config-suitcss": "^8.0.0" |
| 36 | + "stylelint-config-suitcss": "^10.0.0" |
37 | 37 | },
|
38 | 38 | "devDependencies": {
|
39 |
| - "browserify": "^13.1.0", |
40 |
| - "browserify-css": "^0.9.2", |
| 39 | + "browserify": "^14.1.0", |
| 40 | + "browserify-css": "^0.10.0", |
41 | 41 | "chai": "^3.4.1",
|
42 |
| - "chai-as-promised": "^5.2.0", |
| 42 | + "chai-as-promised": "^6.0.0", |
43 | 43 | "computed-style": "^0.3.0",
|
44 |
| - "eslint": "^3.5.0", |
45 |
| - "eslint-config-airbnb": "^11.1.0", |
46 |
| - "mocha": "^2.3.4", |
| 44 | + "eslint": "^3.16.1", |
| 45 | + "eslint-config-airbnb-base": "^11.1.0", |
| 46 | + "eslint-plugin-import": "^2.2.0", |
| 47 | + "mocha": "^3.2.0", |
47 | 48 | "postcss-property-lookup": "^1.1.4",
|
48 | 49 | "rewire": "^2.5.1",
|
49 | 50 | "sinon": "^1.17.2",
|
|
52 | 53 | "tape-run": "^2.1.4"
|
53 | 54 | },
|
54 | 55 | "scripts": {
|
55 |
| - "test": "npm run mocha && npm run test:encapsulation && npm run lint", |
| 56 | + "test": "npm run mocha && npm run test:encapsulation", |
56 | 57 | "test:encapsulation": "browserify -t [ browserify-css --autoInject=false ] test/encapsulation/browser.js | tape-run",
|
57 | 58 | "mocha": "mocha test/index.js --reporter spec --slow 400 --timeout 8000",
|
58 |
| - "lint": "eslint lib/*.js test/**/*.js bin/suitcss", |
| 59 | + "posttest": "npm run lint", |
| 60 | + "lint": "eslint lib test bin/suitcss", |
59 | 61 | "watch": "npm run mocha -- --watch"
|
60 | 62 | },
|
61 | 63 | "keywords": [
|
|
0 commit comments