Skip to content

Commit

Permalink
run update
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Jan 15, 2017
1 parent 3b14db6 commit ce2ad54
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .gitignore
Expand Up @@ -6,16 +6,22 @@
test/actual
actual
coverage
.nyc*

# npm
node_modules
npm-debug.log

# yarn
yarn.lock
yarn-error.log

# misc
_gh_pages
_draft
_drafts
bower_components
vendor
temp
tmp
TODO.md
yarn.lock
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -9,3 +9,8 @@ node_js:
- '4'
- '0.12'
- '0.10'
matrix:
allow_failures:
- node_js: '4'
- node_js: '0.12'
- node_js: '0.10'
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

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

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

0 comments on commit ce2ad54

Please sign in to comment.