Skip to content

Commit

Permalink
Merge pull request #29 from hchiam/license-link-comment
Browse files Browse the repository at this point in the history
license link comment that stays after minification
  • Loading branch information
hchiam committed Jan 20, 2021
2 parents 4c926ac + 7640ae7 commit 962d423
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions _2DNote.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/*! LICENSE: https://github.com/hchiam/_2DNote/blob/master/LICENSE */

// example usage: _2DNote.play(...) or _2DNote.update(...)

var _2DNote = (function () {
Expand Down
3 changes: 2 additions & 1 deletion _2DNote.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hchiam/2dnote",
"version": "1.12.3",
"version": "1.13.0",
"main": "_2DNote.js",
"unpkg": "_2DNote.min.js",
"author": "hchiam",
Expand Down

0 comments on commit 962d423

Please sign in to comment.