Skip to content

Commit f8e806a

Browse files
author
Jed Mao
committed
Update outdated
1 parent 634e74d commit f8e806a

File tree

3 files changed

+24
-34
lines changed

3 files changed

+24
-34
lines changed

CHANGELOG.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
## 1.1.2
2-
- Supports PostCSS 5.2.9.
3-
4-
## 1.1.1
5-
- Fix module resolution (fixes [`#5`](https://github.com/jedmao/postcss-nested-props/issues/5)).
6-
1+
## 1.1.5
2+
- Fix build, PostCSS dependency.
3+
4+
## 1.1.2
5+
- Supports PostCSS 5.2.9.
6+
7+
## 1.1.1
8+
- Fix module resolution (fixes [`#5`](https://github.com/jedmao/postcss-nested-props/issues/5)).
9+
710
## 1.1.0
811
- [Supports vendor pseudo elements](https://github.com/jedmao/postcss-nested-props/pull/4). Thanks [@ooHmartY](https://github.com/ooHmartY)!
912

package.json

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "postcss-nested-props",
3-
"version": "1.1.2",
3+
"version": "1.1.5",
44
"description": "PostCSS plugin to unwrap nested properties.",
55
"main": "dist/lib/plugin.js",
6-
"types": "dist/lib/plugin.d.ts",
6+
"typings": "dist/lib/plugin.d.ts",
77
"scripts": {
88
"prepublish": "gulp && npm run tsc && gulp copy",
99
"tsc": "tsc",
@@ -31,45 +31,39 @@
3131
},
3232
"homepage": "https://github.com/jedmao/postcss-nested-props#readme",
3333
"dependencies": {
34-
"postcss": "^5.2.9",
34+
"postcss": "^5.2.10",
3535
"pseudo-classes": "^1.0.0",
3636
"pseudo-elements": "^1.0.0"
3737
},
3838
"devDependencies": {
3939
"@types/chai": "^3.4.34",
40-
"@types/glob": "^5.0.29",
41-
"@types/glob-stream": "^3.1.29",
42-
"@types/gulp": "^3.8.31",
43-
"@types/mocha": "^2.2.36",
44-
"@types/node": "^6.0.58",
40+
"@types/glob": "^5.0.30",
41+
"@types/glob-stream": "^3.1.30",
42+
"@types/gulp": "^3.8.32",
43+
"@types/minimatch": "^2.0.29",
44+
"@types/mocha": "^2.2.38",
45+
"@types/node": "^7.0.0",
46+
"@types/orchestrator": "0.0.30",
47+
"@types/q": "0.0.32",
4548
"@types/sinon": "^1.16.34",
46-
"@types/minimatch": "^2.0.28",
47-
"@types/orchestrator": "0.0.29",
48-
49-
"@types/q": "0.0.30",
50-
"@types/sinon": "^1.16.29",
5149
"@types/sinon-chai": "^2.7.27",
5250
"@types/vinyl": "^2.0.0",
5351
"@types/vinyl-fs": "0.0.28",
5452
"chai": "^3.5.0",
55-
"eslint": "^3.12.2",
5653
"gulp": "^3.9.1",
57-
"gulp-eslint": "^3.0.1",
58-
"gulp-filter": "^4.0.0",
54+
"gulp-filter": "^5.0.0",
5955
"gulp-istanbul": "^1.1.1",
6056
"gulp-mocha": "^3.0.1",
6157
"gulp-plumber": "^1.1.0",
6258
"gulp-rimraf": "^0.2.1",
6359
"gulp-tslint": "^7.0.1",
64-
"gulp-typescript": "^3.1.3",
65-
"isparta": "^4.0.0",
66-
"istanbul": "^0.4.5",
60+
"gulp-typescript": "^3.1.4",
6761
"istanbul": "^0.4.5",
6862
"merge2": "^1.0.3",
6963
"mocha": "^3.2.0",
7064
"through2": "^2.0.3",
71-
"ts-node": "^1.3.0",
65+
"ts-node": "^2.0.0",
7266
"tslint": "^4.3.1",
73-
"typescript": "^2.1.4"
67+
"typescript": "^2.1.5"
7468
}
7569
}

test/mocha.opts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
1-
<<<<<<< HEAD
2-
--colors
3-
--inline-diffs
4-
--reporter spec
5-
--compilers ts:ts-node/register
6-
=======
71
--colors
82
--inline-diffs
93
--reporter spec
104
--compilers ts:ts-node/register
11-
>>>>>>> Update TypeScript@^2.1.0-dev.20160829
125
build/test/plugin.js

0 commit comments

Comments
 (0)