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 5cfd75e commit 625201fCopy full SHA for 625201f
package.json
@@ -1,9 +1,11 @@
1
{
2
"name": "Chart.Smith.js",
3
- "homepage": "http://www.chartjs.org",
+ "author": {
4
+ "name": "Evert Timberg"
5
+ },
6
"description": "Smith chart implementation for Chart.js",
- "private": true,
- "version": "0.0.1",
7
+ "main": "Chart.Smith.js",
8
+ "version": "0.1.0",
9
"repository": {
10
"type": "git",
11
"url": "https://github.com/etimberg/Chart.Smith.js.git"
@@ -28,4 +30,4 @@
28
30
"karma-jasmine": "^0.3.8",
29
31
"karma-jasmine-html-reporter": "^0.2.0"
32
}
-}
33
+}
0 commit comments