|
1 | 1 | {
|
2 | 2 | "name": "postcss-at-rules-variables",
|
3 |
| - "version": "0.1.0", |
| 3 | + "version": "0.1.1", |
4 | 4 | "description": "PostCss plugin to use CSS Custom Properties in at-rule @each, @for, @if, @else ",
|
5 | 5 | "license": "MIT",
|
6 | 6 | "repository": "gitscrum/postcss-at-rules-variables",
|
|
26 | 26 | "lintjs": "eslint ./{src,test}/*.js",
|
27 | 27 | "lintmd": "eslint --ext md --rule indent: [error, 4] .",
|
28 | 28 | "pretest": "clinton && npm run lintjs && npm run lintmd",
|
29 |
| - "test": "nyc ava", |
30 |
| - "update": "updtr", |
31 |
| - "testen": "testen -n -- ava" |
| 29 | + "test": "nyc ava" |
32 | 30 | },
|
33 | 31 | "files": [
|
34 | 32 | "lib/"
|
|
47 | 45 | "property"
|
48 | 46 | ],
|
49 | 47 | "dependencies": {
|
50 |
| - "postcss": "^5.2.10" |
| 48 | + "postcss": "^6.0.1" |
51 | 49 | },
|
52 | 50 | "devDependencies": {
|
53 | 51 | "ava": "*",
|
54 |
| - "ava-codemods": "^0.3.2", |
55 |
| - "babel-cli": "^6.22.2", |
| 52 | + "babel-cli": "^6.24.1", |
56 | 53 | "babel-eslint": "^7.2.1",
|
57 | 54 | "babel-plugin-add-module-exports": "^0.2.1",
|
58 | 55 | "babel-preset-babili": "^0.0.12",
|
59 | 56 | "babel-preset-env": "^1.3.2",
|
60 |
| - "babel-register": "^6.22.0", |
61 |
| - "clinton": "^0.11.0", |
| 57 | + "babel-register": "^6.24.1", |
| 58 | + "clinton": "^0.12.0", |
62 | 59 | "conventional-changelog-cli": "^1.3.1",
|
63 | 60 | "conventional-changelog-lint": "^1.1.8",
|
64 | 61 | "coveralls": "^2.13.0",
|
|
68 | 65 | "eslint-plugin-ava": "^4.0.1",
|
69 | 66 | "eslint-plugin-babel": "^4.0.1",
|
70 | 67 | "eslint-plugin-markdown": "^1.0.0-beta.4",
|
71 |
| - "eslint-plugin-require-path-exists": "^1.1.5", |
72 | 68 | "eslint-plugin-xo": "^1.0.0",
|
73 | 69 | "husky": "^0.13.1",
|
74 |
| - "np": "^2.12.0", |
75 |
| - "nyc": "^10.1.0", |
76 |
| - "rimraf": "^2.6.1", |
77 |
| - "testen": "^2.2.0", |
78 |
| - "updtr": "^1.0.0" |
79 |
| - }, |
80 |
| - "testen": { |
81 |
| - "node": [ |
82 |
| - "4", |
83 |
| - "5", |
84 |
| - "6", |
85 |
| - "7" |
86 |
| - ] |
| 70 | + "np": "^2.14.1", |
| 71 | + "nyc": "^10.3.2", |
| 72 | + "rimraf": "^2.6.1" |
87 | 73 | },
|
88 | 74 | "babel": {
|
89 | 75 | "presets": [
|
|
113 | 99 | "ava",
|
114 | 100 | "xo",
|
115 | 101 | "babel",
|
116 |
| - "require-path-exists", |
117 | 102 | "markdown"
|
118 | 103 | ],
|
119 | 104 | "extends": [
|
|
0 commit comments