Skip to content

Commit 81c0218

Browse files
mweimerskirchmarkusdap
authored andcommitted
Fixed the JS header for the ".min.js" file (#67)
1 parent 671c51d commit 81c0218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"test": "grunt test"
5555
},
5656
"config": {
57-
"banner": "/* chartist-plugin-pointlabels <%= pkg.version %>\n * Copyright © <%= year %> Gion Kunz\n * Free to use under the WTFPL license.\n * http://www.wtfpl.net/\n */\n",
57+
"banner": "/* chartist-plugin-tooltip <%= pkg.version %>\n * Copyright © <%= year %> Markus Padourek\n * Free to use under the WTFPL license.\n * http://www.wtfpl.net/\n */\n",
5858
"src": "src",
5959
"dist": "dist",
6060
"tmp": ".tmp",

0 commit comments

Comments
 (0)