Skip to content

Commit ce2ad54

Browse files
committed
run update
1 parent 3b14db6 commit ce2ad54

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,22 @@
66
test/actual
77
actual
88
coverage
9+
.nyc*
910

1011
# npm
1112
node_modules
1213
npm-debug.log
1314

15+
# yarn
16+
yarn.lock
17+
yarn-error.log
18+
1419
# misc
1520
_gh_pages
21+
_draft
22+
_drafts
1623
bower_components
1724
vendor
1825
temp
1926
tmp
2027
TODO.md
21-
yarn.lock

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ node_js:
99
- '4'
1010
- '0.12'
1111
- '0.10'
12+
matrix:
13+
allow_failures:
14+
- node_js: '4'
15+
- node_js: '0.12'
16+
- node_js: '0.10'

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013-2016, Jon Schlinkert.
3+
Copyright (c) 2013-2017, Jon Schlinkert
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)