Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit f9a51fe

Browse files
committed
rename
1 parent 48d4542 commit f9a51fe

3 files changed

Lines changed: 12 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
react-charts
1+
react-chartjs
22
============
33

44
rich interactive react charting components using [chart.js](http://www.chartjs.org/) including

package.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,29 @@
11
{
2-
"name": "react-charts",
2+
"name": "react-chartjs",
33
"version": "0.0.1",
4-
"description": "react charting components",
4+
"description": "react charting components using the chartjs lib",
55
"main": "index.js",
66
"scripts": {
77
"test": "mocha"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/jhudson8/react-charts"
11+
"url": "https://github.com/jhudson8/react-chartjs"
1212
},
1313
"keywords": [
1414
"react",
15-
"react-component"
15+
"react-component",
16+
"chart",
17+
"charts",
18+
"graph",
19+
"chartjs"
1620
],
1721
"author": "Joe Hudson",
1822
"license": "MIT",
1923
"bugs": {
20-
"url": "https://github.com/jhudson8/react-charts/issues"
24+
"url": "https://github.com/jhudson8/react-chartjs/issues"
2125
},
22-
"homepage": "https://github.com/jhudson8/react-charts",
26+
"homepage": "https://github.com/jhudson8/react-chartjs",
2327
"devDependencies": {
2428
"uglify-js": "^2.4.16",
2529
"webpack": "^1.4.14"

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module.exports = {
22
entry: "./index.js",
33
output: {
44
path: __dirname,
5-
filename: "react-charts.js"
5+
filename: "react-chartjs.js"
66
}
77
};

0 commit comments

Comments
 (0)