Skip to content

Commit d77d755

Browse files
Make fork publishable to npm registry
1 parent 3dc49f9 commit d77d755

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<br />
22
<br />
3+
<h2>WARNING: This is a fork of the Tremor library that can be found at: https://github.com/tremorlabs/tremor</h2>
4+
<p>This fork is intended to be used at Panalyt until the pending PRs that resolves some of the necessary items for Panalyt are merged</p>
35
<p align="center">
46
<a href="https://tremor.so">
57
<picture>

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@tremor/react",
2+
"name": "@abalonperin/tremor",
33
"version": "0.0.0-development",
4-
"description": "The React library to build dashboards faster.",
4+
"description": "A fork of the Tremor library",
55
"scripts": {
66
"prebuild": "rm -rf dist",
77
"build": "rollup -c",
@@ -15,10 +15,10 @@
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "https://github.com/tremorlabs/tremor.git"
18+
"url": "git+https://github.com/tremorlabs/tremor.git"
1919
},
2020
"author": "tremor",
21-
"license": "Apache 2.0",
21+
"license": "Apache-2.0",
2222
"bugs": {
2323
"url": "https://github.com/tremorlabs/tremor/issues"
2424
},

0 commit comments

Comments
 (0)