Skip to content

Commit 079d5a6

Browse files
1.1.1
1 parent 5e85810 commit 079d5a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "lightweight-charts-react-wrapper",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"sideEffects": false,
88
"scripts": {
99
"test": "echo \"Error: no test specified\" && exit 1",
10-
"build": "rimraf './dist' && tsc && cp '../../README.md' './dist/'",
10+
"build": "rimraf './dist' && tsc && cp '../../README.md' '.'",
1111
"build:watch": "tsc --watch"
1212
},
1313
"files": [

0 commit comments

Comments
 (0)