Skip to content

Commit

Permalink
Updates for 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
joshswan committed Jan 28, 2018
1 parent 8eff720 commit 946bd82
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
@@ -1,9 +1,9 @@
cache: yarn
language: node_js
node_js:
- '6.12.0'
- '8.9.1'
- '9.2.0'
- '6.12.3'
- '8.9.4'
- '9.4.0'
script:
- yarn run lint
- yarn test
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2016-2017 Josh Swan
Copyright (c) 2016-2018 Josh Swan

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
2 changes: 1 addition & 1 deletion src/index.js
@@ -1,7 +1,7 @@
/*!
* React Native Autolink
*
* Copyright 2016-2017 Josh Swan
* Copyright 2016-2018 Josh Swan
* Released under the MIT license
* https://github.com/joshswan/react-native-autolink/blob/master/LICENSE
*/
Expand Down
2 changes: 1 addition & 1 deletion test/setup.js
@@ -1,7 +1,7 @@
/*!
* React Native Autolink
*
* Copyright 2016-2017 Josh Swan
* Copyright 2016-2018 Josh Swan
* Released under the MIT license
* https://github.com/joshswan/react-native-autolink/blob/master/LICENSE
*/
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
@@ -1,7 +1,7 @@
/*!
* React Native Autolink
*
* Copyright 2016-2017 Josh Swan
* Copyright 2016-2018 Josh Swan
* Released under the MIT license
* https://github.com/joshswan/react-native-autolink/blob/master/LICENSE
*/
Expand Down

0 comments on commit 946bd82

Please sign in to comment.