trendkit 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "trendkit",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Drawing tools and indicators for TradingView's Lightweight Charts \u2014 trendlines, rays, Fibonacci, zones and a measure tool, built on the v5 plugin API.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lightweight-charts",
|
|
@@ -66,11 +66,11 @@
|
|
|
66
66
|
},
|
|
67
67
|
"repository": {
|
|
68
68
|
"type": "git",
|
|
69
|
-
"url": "git+https://github.com/
|
|
69
|
+
"url": "git+https://github.com/dsachaniya/trendkit.git"
|
|
70
70
|
},
|
|
71
|
-
"homepage": "https://github.com/
|
|
71
|
+
"homepage": "https://github.com/dsachaniya/trendkit#readme",
|
|
72
72
|
"bugs": {
|
|
73
|
-
"url": "https://github.com/
|
|
73
|
+
"url": "https://github.com/dsachaniya/trendkit/issues"
|
|
74
74
|
},
|
|
75
75
|
"author": "Darshan Sachaniya",
|
|
76
76
|
"engines": {
|