We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ac62e commit 843fccdCopy full SHA for 843fccd
packages/core/.gitignore
@@ -1,3 +1,3 @@
1
node_modules
2
lib
3
-readme.md
+README.md
packages/core/package.json
@@ -57,7 +57,7 @@
57
"build:esm": "tsc -m es2015 --outDir lib/esm",
58
"build:esnext": "tsc -m esnext --outDir lib/esnext",
59
"build:bundle": "webpack",
60
- "build:prepare": "cpy ./src/style.css ./lib && cpy ./src/style-modern.css ./lib && cpy ../../readme.md ./",
+ "build:prepare": "cpy ./src/style.css ./lib && cpy ./src/style-modern.css ./lib && cpy ../../README.md ./",
61
"test": "jest"
62
},
63
"jest": {
0 commit comments