Skip to content

Commit ff2a4fa

Browse files
author
bates
committed
travis
1 parent 74a2e86 commit ff2a4fa

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: node_js
2+
node_js:
3+
- "6"
4+
- "8"
5+
- "10"

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,12 @@
2020
"ui-block",
2121
"block-ui"
2222
],
23-
"author": "barisates (info@barisates.com)",
24-
"license": "ISC",
23+
"author": {
24+
"name": "Barış Ateş",
25+
"email": "info@barisates.com",
26+
"url": "http://barisates.com"
27+
},
28+
"license": "MIT",
2529
"bugs": {
2630
"url": "https://github.com/barisates/react-loading-ui/issues"
2731
},

0 commit comments

Comments
 (0)