Skip to content

Commit 06d07c6

Browse files
committed
run update
1 parent 18e1e35 commit 06d07c6

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,20 @@
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
16-
benchmark
21+
_draft
22+
_drafts
1723
bower_components
1824
vendor
1925
temp

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
sudo: false
2+
os:
3+
- linux
4+
- osx
25
language: node_js
36
node_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'

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) 2015-2016, Jon Schlinkert.
3+
Copyright (c) 2015-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)