Skip to content

Commit 1773bbb

Browse files
committed
updated keywords and README
1 parent ed42e72 commit 1773bbb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ We can do:
2828

2929
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
3030

31-
Remember to include the above link in your html page. Otherwise the icons won't show up. (Currently working on CSS modules so that in the future we don't need to include this link anymore)
31+
Remember to include the above link in your html page. Otherwise the icons won't show up.
32+
TODO: add CSS modules so that in the future we don't need to include this link anymore
3233

3334
import React from 'react';
3435
import ReactDOM from 'react-dom';

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"version": "3.0.1",
77
"private": false,
88
"main": "build/index.js",
9+
"keywords": ["folder", "tree", "folder tree", "react", "reactjs"],
910
"devDependencies": {
1011
"autoprefixer": "6.7.2",
1112
"babel-core": "6.22.1",

0 commit comments

Comments
 (0)