Skip to content

Commit 843fccd

Browse files
authored
fix: readme references
1 parent 49ac62e commit 843fccd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
node_modules
22
lib
3-
readme.md
3+
README.md

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"build:esm": "tsc -m es2015 --outDir lib/esm",
5858
"build:esnext": "tsc -m esnext --outDir lib/esnext",
5959
"build:bundle": "webpack",
60-
"build:prepare": "cpy ./src/style.css ./lib && cpy ./src/style-modern.css ./lib && cpy ../../readme.md ./",
60+
"build:prepare": "cpy ./src/style.css ./lib && cpy ./src/style-modern.css ./lib && cpy ../../README.md ./",
6161
"test": "jest"
6262
},
6363
"jest": {

0 commit comments

Comments
 (0)