File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,7 @@ npm-debug.log
4
4
5
5
# coverage directory and config
6
6
coverage /
7
- .coveralls.yml
7
+ .coveralls.yml
8
+
9
+ # npm publish
10
+ .publishrc
Original file line number Diff line number Diff line change
1
+ # logs
1
2
node_modules /
2
3
npm-debug.log
4
+
5
+ # coverage directory and config
6
+ coverage /
7
+ .coveralls.yml
8
+
9
+ # npm publish
10
+ .publishrc
11
+
12
+ # tests
13
+ test /
14
+
15
+ # gitignore
16
+ .gitignore
17
+
18
+ # eslint
19
+ .eslintrc
20
+
21
+ # travis
22
+ .travis.yml
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " posthtml-pseudo" ,
3
3
"description" : " Adds pseudo class names to elements." ,
4
- "version" : " 0.4.1 " ,
4
+ "version" : " 0.4.2 " ,
5
5
"author" : " Kevin A. Cameron" ,
6
6
"bugs" : " https://github.com/kevinkace/posthtml-pseudo/issues" ,
7
7
"dependencies" : {
You can’t perform that action at this time.
0 commit comments