Skip to content

Commit ea2ac23

Browse files
authored
Merge pull request #192 from Scrum/milestone-0.1.8
Milestone 0.1.8
2 parents e4d5f12 + d47d645 commit ea2ac23

File tree

9 files changed

+3469
-2755
lines changed

9 files changed

+3469
-2755
lines changed

.editorconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@ charset = utf-8
88
trim_trailing_whitespace = true
99
insert_final_newline = true
1010

11-
[{package.json,*.yml}]
11+
[*.{json,yml,jade,pss,css,html,js}]
1212
indent_size = 2
1313

1414
[changelog.md]
1515
insert_final_newline = false
1616

17+
[*.html]
18+
insert_final_newline = false
19+
1720
[*.md]
1821
trim_trailing_whitespace = false

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
sudo: false
22
language: node_js
33
node_js:
4+
- "12"
45
- "11"
56
- "10"
67
- "9"
78
- "8"
8-
- "7"
9-
- "6"
109

1110
after_script:
12-
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
11+
- npm run coverage

appveyor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ environment:
44
- nodejs_version: "10"
55
- nodejs_version: "9"
66
- nodejs_version: "8"
7-
- nodejs_version: "7"
8-
- nodejs_version: "6"
97

108
version: "{build}"
119
build: off

changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
1+
## <small>0.1.8 (2019-06-06)</small>
2+
3+
* style: according linter ([659398e](https://github.com/scrum/postcss-at-rules-variables/commit/659398e))
4+
* build: add pretest and lint fix ([523421a](https://github.com/scrum/postcss-at-rules-variables/commit/523421a))
5+
* build: update depDev ([74f3cca](https://github.com/scrum/postcss-at-rules-variables/commit/74f3cca))
6+
* build: update lint system and coverage ([1539df8](https://github.com/scrum/postcss-at-rules-variables/commit/1539df8))
7+
* ci: drop support old node ([8f15811](https://github.com/scrum/postcss-at-rules-variables/commit/8f15811))
8+
* ci: remove because node x86 package not found ([3a3c4e0](https://github.com/scrum/postcss-at-rules-variables/commit/3a3c4e0))
9+
* docs: change custome property to css variables ([e4d5f12](https://github.com/scrum/postcss-at-rules-variables/commit/e4d5f12))
10+
11+
12+
113
## <small>0.1.7 (2019-01-31)</small>
214

15+
* 0.1.7 ([163b2ff](https://github.com/scrum/postcss-at-rules-variables/commit/163b2ff))
16+
* build: update changelog ([8bd6a49](https://github.com/scrum/postcss-at-rules-variables/commit/8bd6a49))
317
* build: update depDev ([f746e00](https://github.com/scrum/postcss-at-rules-variables/commit/f746e00))
418
* build: update lock ([1bc11fc](https://github.com/scrum/postcss-at-rules-variables/commit/1bc11fc))
519
* ci: bump node version ([c467e40](https://github.com/scrum/postcss-at-rules-variables/commit/c467e40))

0 commit comments

Comments
 (0)