create-akan-workspace 1.0.0 → 1.0.1

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 +0 -3
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -73,9 +73,6 @@ akan set-llm
73
73
 
74
74
  # Build for production
75
75
  akan build <app-name>
76
-
77
- # Deploy to cloud
78
- akan deploy-akan
79
76
  ```
80
77
 
81
78
  ## 📚 Learn More
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "sourceType": "module",
3
3
  "name": "create-akan-workspace",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "bin": {
6
6
  "create-akan-workspace": "cjs/index.js"
7
7
  },
@@ -9,6 +9,7 @@
9
9
  "access": "public"
10
10
  },
11
11
  "homepage": "https://akanjs.com",
12
+ "license": "MIT",
12
13
  "repository": {
13
14
  "type": "git",
14
15
  "url": "https://github.com/akan-team/akanjs.git",