We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af02839 commit 3b5e409Copy full SHA for 3b5e409
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tuture",
3
- "version": "0.5.3",
+ "version": "1.5.0",
4
"description": "Tuture magically turns your repositories into juicy tutorials.",
5
"main": "index.ts",
6
"preferGlobal": true,
@@ -28,12 +28,12 @@
28
"tuture": "./bin/run"
29
},
30
"bugs": {
31
- "url": "https://github.com/tutureproject/cli/issues"
+ "url": "https://github.com/tutureproject/tuture/issues"
32
33
- "homepage": "https://github.com/tutureproject/cli#readme",
+ "homepage": "https://github.com/tutureproject/tuture#readme",
34
"files": [
35
"/bin",
36
- "/dist"
+ "/build"
37
],
38
"dependencies": {
39
"@oclif/command": "^1.4.36",
0 commit comments