Skip to content

Commit 63bc045

Browse files
authored
Merge pull request #175 from GitScrum/milestone-0.1.1
Milestone 0.1.1
2 parents 3095366 + 2338f7d commit 63bc045

File tree

2 files changed

+26
-24
lines changed

2 files changed

+26
-24
lines changed

changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="0.1.1"></a>
2+
## 0.1.1 (2017-05-12)
3+
4+
* 0.1.1 ([4d9efd4](https://github.com/gitscrum/postcss-at-rules-variables/commit/4d9efd4))
5+
* chore: Deleted unused packages ([9405a80](https://github.com/gitscrum/postcss-at-rules-variables/commit/9405a80))
6+
* chore: fix version for eslint-plugin-require-path-exists ([22a3cc0](https://github.com/gitscrum/postcss-at-rules-variables/commit/22a3cc0))
7+
* chore(changelog): Update changelog ([56d017d](https://github.com/gitscrum/postcss-at-rules-variables/commit/56d017d))
8+
* chore(package): update ava to version 0.19.1 ([cd730c8](https://github.com/gitscrum/postcss-at-rules-variables/commit/cd730c8))
9+
* chore(package): update babel-cli to version 6.24.1 ([9b422f9](https://github.com/gitscrum/postcss-at-rules-variables/commit/9b422f9))
10+
* chore(package): update babel-register to version 6.24.1 ([9c6e652](https://github.com/gitscrum/postcss-at-rules-variables/commit/9c6e652))
11+
* chore(package): update clinton to version 0.12.0 ([df96377](https://github.com/gitscrum/postcss-at-rules-variables/commit/df96377))
12+
* chore(package): update np to version 2.14.1 ([71dce11](https://github.com/gitscrum/postcss-at-rules-variables/commit/71dce11))
13+
* chore(package): update nyc to version 10.3.2 ([cfafaf8](https://github.com/gitscrum/postcss-at-rules-variables/commit/cfafaf8))
14+
* chore(package): update postcss to version 6.0.1 ([e4d60eb](https://github.com/gitscrum/postcss-at-rules-variables/commit/e4d60eb))
15+
16+
17+
118
<a name="0.1.0"></a>
219
# 0.1.0 (2017-04-05)
320

package.json

Lines changed: 9 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-at-rules-variables",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "PostCss plugin to use CSS Custom Properties in at-rule @each, @for, @if, @else ",
55
"license": "MIT",
66
"repository": "gitscrum/postcss-at-rules-variables",
@@ -26,9 +26,7 @@
2626
"lintjs": "eslint ./{src,test}/*.js",
2727
"lintmd": "eslint --ext md --rule indent: [error, 4] .",
2828
"pretest": "clinton && npm run lintjs && npm run lintmd",
29-
"test": "nyc ava",
30-
"update": "updtr",
31-
"testen": "testen -n -- ava"
29+
"test": "nyc ava"
3230
},
3331
"files": [
3432
"lib/"
@@ -47,18 +45,17 @@
4745
"property"
4846
],
4947
"dependencies": {
50-
"postcss": "^5.2.10"
48+
"postcss": "^6.0.1"
5149
},
5250
"devDependencies": {
5351
"ava": "*",
54-
"ava-codemods": "^0.3.2",
55-
"babel-cli": "^6.22.2",
52+
"babel-cli": "^6.24.1",
5653
"babel-eslint": "^7.2.1",
5754
"babel-plugin-add-module-exports": "^0.2.1",
5855
"babel-preset-babili": "^0.0.12",
5956
"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",
6259
"conventional-changelog-cli": "^1.3.1",
6360
"conventional-changelog-lint": "^1.1.8",
6461
"coveralls": "^2.13.0",
@@ -68,22 +65,11 @@
6865
"eslint-plugin-ava": "^4.0.1",
6966
"eslint-plugin-babel": "^4.0.1",
7067
"eslint-plugin-markdown": "^1.0.0-beta.4",
71-
"eslint-plugin-require-path-exists": "^1.1.5",
7268
"eslint-plugin-xo": "^1.0.0",
7369
"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"
8773
},
8874
"babel": {
8975
"presets": [
@@ -113,7 +99,6 @@
11399
"ava",
114100
"xo",
115101
"babel",
116-
"require-path-exists",
117102
"markdown"
118103
],
119104
"extends": [

0 commit comments

Comments
 (0)