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 5e85810 commit 079d5a6Copy full SHA for 079d5a6
packages/lib/package.json
@@ -1,13 +1,13 @@
1
{
2
"name": "lightweight-charts-react-wrapper",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"description": "",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
7
"sideEffects": false,
8
"scripts": {
9
"test": "echo \"Error: no test specified\" && exit 1",
10
- "build": "rimraf './dist' && tsc && cp '../../README.md' './dist/'",
+ "build": "rimraf './dist' && tsc && cp '../../README.md' '.'",
11
"build:watch": "tsc --watch"
12
},
13
"files": [
0 commit comments