-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
224f8d2
commit 7fb5dc7
Showing
6 changed files
with
18 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
# 1.0.29 | ||
# Change Log | ||
|
||
* Fix bug for can't find module | ||
## [1.0.30] | ||
|
||
### Changed | ||
|
||
* No API changes. | ||
|
||
## [1.0.29] | ||
|
||
### Fixed | ||
|
||
* Fixed can't find module in using 'require'. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"name": "encoding-japanese", | ||
"main": "encoding.js", | ||
"version": "1.0.29", | ||
"version": "1.0.30", | ||
"homepage": "https://github.com/polygonplanet/encoding.js", | ||
"authors": [ | ||
"polygon planet <[email protected]>" | ||
], | ||
"description": "Converts character encoding", | ||
"description": "Convert or detect character encoding in JavaScript", | ||
"moduleType": [ | ||
"amd", | ||
"globals", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/*! | ||
* encoding-japanese v1.0.29 - Convert or detect character encoding in JavaScript | ||
* encoding-japanese v1.0.30 - Convert or detect character encoding in JavaScript | ||
* Copyright (c) 2013-2018 polygon planet <[email protected]> | ||
* https://github.com/polygonplanet/encoding.js | ||
* @license MIT | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters