dochub 1.0.1 → 1.0.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/index.js CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env node
2
2
 
3
3
  const yargs = require('yargs');
4
4
  const initProject = require('./src/init');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dochub",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
package/src/init.js CHANGED
@@ -152,6 +152,7 @@ function initializeNpm(projectPath) {
152
152
  start: 'node server.js'
153
153
  },
154
154
  keywords: [],
155
+ "main": "server.js",
155
156
  author: '',
156
157
  license: 'ISC'
157
158
  };
@@ -36,7 +36,7 @@ The project structure includes:
36
36
 
37
37
  ## Getting Help
38
38
 
39
- If you encounter any issues or have questions about using this documentation project, feel free to reach out via [GitHub Issues](https://github.com/your-repo/issues).
39
+ If you encounter any issues or have questions about using this documentation project, feel free to reach out via [GitHub Issues](https://github.com/tyler-Github/dochub/issues).
40
40
 
41
41
  ## License
42
42