File tree Expand file tree Collapse file tree 3 files changed +13
-8
lines changed
Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 66test /actual
77actual
88coverage
9+ .nyc *
910
1011# npm
1112node_modules
1213npm-debug.log
1314
15+ # yarn
16+ yarn.lock
17+ yarn-error.log
18+
1419# misc
1520_gh_pages
16- benchmark
21+ _draft
22+ _drafts
1723bower_components
1824vendor
1925temp
Original file line number Diff line number Diff line change 11sudo : false
2+ os :
3+ - linux
4+ - osx
25language : node_js
36node_js :
7+ - node
8+ - ' 7'
49 - ' 6'
510 - ' 5'
611 - ' 4'
712 - ' 0.12'
813 - ' 0.10'
9- matrix :
10- fast_finish : true
11- allow_failures :
12- - node_js : ' 4'
13- - node_js : ' 0.10'
14- - node_js : ' 0.12'
Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2015-2016 , Jon Schlinkert.
3+ Copyright (c) 2015-2017 , Jon Schlinkert
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments