Move README to root.

This commit is contained in:
Matt Swensen 2018-08-11 14:25:35 -06:00
parent 49e2c7e771
commit b1b21ed86c
No known key found for this signature in database
GPG Key ID: 3F9E482BFC526F35
7 changed files with 5 additions and 3 deletions

@ -1,6 +1,6 @@
<p align="center">
<a href="https://themer.mjswensen.com">
<img src="icon.png" width="256" height="256" alt="Themer application icon" />
<img src="assets/icon.png" width="256" height="256" alt="Themer application icon" />
</a>
</p>

Before

Width:  |  Height:  |  Size: 337 KiB

After

Width:  |  Height:  |  Size: 337 KiB

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 76 KiB

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

@ -1 +1,3 @@
node_modules
README.md
assets

@ -1 +0,0 @@
src

@ -20,7 +20,8 @@
"lint:fix": "npm run lint -- --fix",
"test": "jest",
"test:watch": "npm run test -- --watch",
"prepare": "npm run lint && npm run test"
"prepare": "npm run lint && npm run test",
"prepublishOnly": "cp ../../README.md ./ && cp -R ../../assets ./"
},
"dependencies": {
"chalk": "^2.4.1",