|
1 | 1 | { |
2 | 2 | "name": "postcss-nested-props", |
3 | | - "version": "1.1.7", |
| 3 | + "version": "2.0.0", |
4 | 4 | "description": "PostCSS plugin to unwrap nested properties.", |
5 | 5 | "main": "dist/plugin.js", |
6 | 6 | "types": "dist/plugin.d.ts", |
7 | 7 | "scripts": { |
8 | 8 | "clean": "rimraf coverage dist *.log", |
9 | 9 | "codecov": "codecov -f coverage/lcov.info", |
10 | | - "compile": "tsc", |
11 | | - "compile:watch": "tsc --watch", |
| 10 | + "build": "tsc", |
| 11 | + "build:watch": "tsc --watch", |
12 | 12 | "prepublish": "npm test", |
13 | | - "pretest": "npm run tslint && npm run clean && npm run compile", |
| 13 | + "pretest": "npm run tslint && npm run clean && npm run build", |
14 | 14 | "test": "nyc ava", |
15 | 15 | "test:watch": "ava --watch", |
16 | 16 | "tslint": "tslint --project tsconfig.json", |
|
63 | 63 | }, |
64 | 64 | "homepage": "https://github.com/jedmao/postcss-nested-props#readme", |
65 | 65 | "dependencies": { |
66 | | - "postcss": "^5.2.16", |
| 66 | + "postcss": "^6.0.14", |
67 | 67 | "pseudo-classes": "^1.0.0", |
68 | | - "pseudo-elements": "^1.0.0" |
| 68 | + "pseudo-elements": "^1.1.0" |
69 | 69 | }, |
70 | 70 | "devDependencies": { |
71 | | - "@types/node": "^7.0.8", |
72 | | - "ava": "^0.18.2", |
73 | | - "nyc": "^10.1.2", |
74 | | - "rimraf": "^2.6.1", |
75 | | - "tslint": "^4.5.1", |
76 | | - "typescript": "^2.2.1" |
| 71 | + "@types/node": "^8.0.47", |
| 72 | + "ava": "^0.23.0", |
| 73 | + "nyc": "^11.3.0", |
| 74 | + "rimraf": "^2.6.2", |
| 75 | + "tslint": "^5.8.0", |
| 76 | + "typescript": "^2.6.1" |
77 | 77 | } |
78 | 78 | } |
0 commit comments