Skip to content

Commit

Permalink
feat: added License in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AnWeber committed Feb 22, 2022
1 parent 0973e1e commit 5631308
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@ Icon Theme using small colored dots for gray folder and icons
<p align="center">
<img src="https://github.com/AnWeber/dot-icons/raw/main/assets/dot_small_gray.png" alt="dot-icons" />
</p>


## License
[MIT License](LICENSE)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "dot-icons",
"displayName": "dot-icons",
"version": "0.1.0",
"description": "Icons with low key colors",
"version": "0.2.0",
"description": "Icons with a dot",
"publisher": "anweber",
"scripts": {
"scripts": {
"compile": "ts-node ./src/build.ts",
"prepublish": "npm run compile"
},
Expand Down

0 comments on commit 5631308

Please sign in to comment.