Skip to content

Commit

Permalink
core: bump verison
Browse files Browse the repository at this point in the history
- reformatted docs examples
  • Loading branch information
DamSenViet committed Nov 9, 2020
1 parent da89cc7 commit d946f1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,6 @@ generated between acpatterns.com and acpatterns-js, this library uses field
limitations based on in-game limits, whereas the internal library at
acpatterns.com uses file-format based limits.

e.g. ACNL only allows villager names to be 8 characters, but the file-format allows for 9 (not counting null termination). This library obeys the 8 character limit set by the developers of the game for safety.
e.g. ACNL only allows villager names to be 8 characters, but the file-format
allows for 9 (not counting null termination). This library obeys the 8
character limit set by the developers of the game for safety.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@damsenviet/acpatterns",
"version": "0.0.0",
"version": "1.0.0",
"description": "A JavaScript library for interacting with Animal Crossing pattern data structures and files.",
"module": "build/esm/index.js",
"types": "build/esm/index.d.ts",
Expand Down

0 comments on commit d946f1d

Please sign in to comment.