Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Commit

Permalink
Bump version 0.0.2 [skip travis]
Browse files Browse the repository at this point in the history
  • Loading branch information
lgou2w committed Sep 9, 2019
1 parent a930400 commit f0f7c11
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "l2nbt",
"version": "0.0.1",
"version": "0.0.2",
"description": "A lgou2w Minecraft NBT library for Javascript",
"module": "dist/l2nbt.module.js",
"main": "dist/l2nbt.js",
Expand All @@ -20,7 +20,16 @@
"bugs": {
"url": "https://github.com/lgou2w/l2nbt.js/issues"
},
"homepage": "https://github.com/lgou2w/l2nbt.js#readme",
"homepage": "https://github.com/lgou2w/l2nbt.js",
"keywords": [
"minecraft",
"minecraft-nbt",
"nbt",
"nbt-writer",
"nbt-reader",
"named-binary-tag",
"nbt-base64"
],
"files": [
"dist"
],
Expand Down

0 comments on commit f0f7c11

Please sign in to comment.