@akanjs/store 1.0.0 → 1.0.1-canary.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -1 +1 @@
1
- 패키지는 akanjs 서브 라이브러리입니다. 자세한 내용은 [@akanjs/cli](https://www.npmjs.com/package/@akanjs/cli) [Akan.js Github](https://github.com/akan-team/akanjs)를 참고하세요.
1
+ This package is a sub-library of akanjs. For more information, please refer to [@akanjs/cli](https://www.npmjs.com/package/@akanjs/cli) and the [Akan.js Github](https://github.com/akan-team/akanjs).
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@akanjs/store",
3
- "version": "1.0.0",
3
+ "version": "1.0.1-canary.0",
4
4
  "sourceType": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
8
  "homepage": "https://akanjs.com",
9
+ "license": "MIT",
9
10
  "repository": {
10
11
  "type": "git",
11
12
  "url": "https://github.com/akan-team/akanjs.git",