Skip to content

Commit 625201f

Browse files
committed
Update package.json to get ready for release
1 parent 5cfd75e commit 625201f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "Chart.Smith.js",
3-
"homepage": "http://www.chartjs.org",
3+
"author": {
4+
"name": "Evert Timberg"
5+
},
46
"description": "Smith chart implementation for Chart.js",
5-
"private": true,
6-
"version": "0.0.1",
7+
"main": "Chart.Smith.js",
8+
"version": "0.1.0",
79
"repository": {
810
"type": "git",
911
"url": "https://github.com/etimberg/Chart.Smith.js.git"
@@ -28,4 +30,4 @@
2830
"karma-jasmine": "^0.3.8",
2931
"karma-jasmine-html-reporter": "^0.2.0"
3032
}
31-
}
33+
}

0 commit comments

Comments
 (0)