We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a2e86 commit ff2a4faCopy full SHA for ff2a4fa
.travis.yml
@@ -0,0 +1,5 @@
1
+language: node_js
2
+node_js:
3
+ - "6"
4
+ - "8"
5
+ - "10"
package.json
@@ -20,8 +20,12 @@
20
"ui-block",
21
"block-ui"
22
],
23
- "author": "barisates (info@barisates.com)",
24
- "license": "ISC",
+ "author": {
+ "name": "Barış Ateş",
25
+ "email": "info@barisates.com",
26
+ "url": "http://barisates.com"
27
+ },
28
+ "license": "MIT",
29
"bugs": {
30
"url": "https://github.com/barisates/react-loading-ui/issues"
31
},
0 commit comments