Skip to content

Commit 845e69c

Browse files
committed
Bump version
1 parent 9e55446 commit 845e69c

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

.editorconfig

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
# This file is for unifying the coding style for different editors and IDEs
2-
# editorconfig.org
1+
# EditorConfig is awesome: http://EditorConfig.org
32

3+
# top-most EditorConfig file
44
root = true
55

66
[*]
77
charset = utf-8
88
end_of_line = lf
99
indent_style = tab
1010
insert_final_newline = true
11+
tab_width = 4
1112
trim_trailing_whitespace = true
13+
block_comment_start = /*
14+
block_comment = *
15+
block_comment_end = */
1216

1317
[*.{cmd,bat}]
1418
end_of_line = crlf
1519

16-
[{package.json,.travis.yml}]
20+
[{package.json,*.yml}]
1721
indent_style = space
18-
indent_size = 2
19-
20-
[*.7zSC]
21-
charset = utf-8-bom

package.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,10 @@
4141
"main": "./lib/index",
4242
"name": "postcss-unprefix",
4343
"nyc": {
44-
"lines": 99,
45-
"statements": 99,
44+
"lines": 100,
45+
"statements": 100,
4646
"functions": 100,
47-
"branches": 99,
48-
"include": [
49-
"lib/**/*.js"
50-
],
47+
"branches": 100,
5148
"reporter": [
5249
"lcov",
5350
"text"
@@ -65,5 +62,5 @@
6562
"pretest": "eslint lib test",
6663
"test": "nyc mocha --no-timeouts"
6764
},
68-
"version": "2.1.2"
65+
"version": "2.1.3"
6966
}

0 commit comments

Comments
 (0)