froggy-docs 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.
Files changed (2) hide show
  1. package/bin/froggy-docs +0 -0
  2. package/package.json +4 -9
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froggy-docs",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Auto-generate API documentation from code annotations. Works with any programming language.",
5
5
  "author": "Kaung Mrat Thu <kaungmyatthuu.dev@gmail.com>",
6
6
  "homepage": "https://github.com/Kaung-Myat/froggydocs",
@@ -19,12 +19,9 @@
19
19
  "developer-tools"
20
20
  ],
21
21
  "bin": {
22
- "froggy-docs": "./bin/froggy_docs.dart"
23
- },
24
- "scripts": {
25
- "postinstall": "dart pub get",
26
- "prepublish": "dart compile exe bin/froggy_docs.dart -o froggy-docs"
22
+ "froggy-docs": "./bin/froggy-docs"
27
23
  },
24
+ "scripts": {},
28
25
  "engines": {
29
26
  "node": ">=14.0.0"
30
27
  },
@@ -36,7 +33,5 @@
36
33
  "publishConfig": {
37
34
  "registry": "https://registry.npmjs.org"
38
35
  },
39
- "dependencies": {
40
- "froggy-docs": "^1.0.0"
41
- }
36
+ "dependencies": {}
42
37
  }