Skip to content

Commit b1b21ed

Browse files
committed
Move README to root.
1 parent 49e2c7e commit b1b21ed

File tree

7 files changed

+5
-3
lines changed

7 files changed

+5
-3
lines changed

packages/themer/README.md README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://themer.mjswensen.com">
3-
<img src="icon.png" width="256" height="256" alt="Themer application icon" />
3+
<img src="assets/icon.png" width="256" height="256" alt="Themer application icon" />
44
</a>
55
</p>
66

File renamed without changes.
File renamed without changes.
File renamed without changes.

packages/themer/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
node_modules
2+
README.md
3+
assets

packages/themer/.npmignore

-1
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
src

packages/themer/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"lint:fix": "npm run lint -- --fix",
2121
"test": "jest",
2222
"test:watch": "npm run test -- --watch",
23-
"prepare": "npm run lint && npm run test"
23+
"prepare": "npm run lint && npm run test",
24+
"prepublishOnly": "cp ../../README.md ./ && cp -R ../../assets ./"
2425
},
2526
"dependencies": {
2627
"chalk": "^2.4.1",

0 commit comments

Comments
 (0)