hwpx-js 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hwpx-js",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Read and write HWPX/HWP documents — the Korean word processor format by Hancom",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -41,6 +41,14 @@
41
41
  "document",
42
42
  "word-processor"
43
43
  ],
44
+ "repository": {
45
+ "type": "git",
46
+ "url": "git+https://github.com/babpulss/hwpx-js.git"
47
+ },
48
+ "homepage": "https://github.com/babpulss/hwpx-js#readme",
49
+ "bugs": {
50
+ "url": "https://github.com/babpulss/hwpx-js/issues"
51
+ },
44
52
  "author": "babpulss",
45
53
  "license": "Apache-2.0",
46
54
  "dependencies": {