highmark-cli 0.0.56 → 0.0.59
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/lib/index.js +3 -0
- package/package.json +3 -4
- package/lib/browser.js +0 -3
- package/lib/main.js +0 -3
- package/src/main.js +0 -2
- /package/src/{browser.js → index.js} +0 -0
package/lib/index.js
ADDED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "highmark-cli",
|
|
3
3
|
"author": "James Smith",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.59",
|
|
5
5
|
"license": "MIT, Anti-996",
|
|
6
6
|
"homepage": "https://github.com/djalbat/highmark-cli",
|
|
7
7
|
"description": "Extensible, styleable Markdown.",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"necessary": "^13.1.4",
|
|
16
16
|
"occam-dom": "^3.1.91",
|
|
17
17
|
"occam-lexers": "^19.0.67",
|
|
18
|
-
"occam-parsers": "^19.0.
|
|
18
|
+
"occam-parsers": "^19.0.77"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@swc/core": "^1.2.50",
|
|
@@ -36,8 +36,7 @@
|
|
|
36
36
|
"watch": "npm run clean && npm run batch && npm run incremental",
|
|
37
37
|
"watch-debug": "npm run clean && npm run batch-debug && npm run incremental-debug"
|
|
38
38
|
},
|
|
39
|
-
"
|
|
40
|
-
"main": "./lib/main",
|
|
39
|
+
"main": "./lib/index",
|
|
41
40
|
"bin": {
|
|
42
41
|
"highmark": "./highmark.js"
|
|
43
42
|
}
|
package/lib/browser.js
DELETED
package/lib/main.js
DELETED
package/src/main.js
DELETED
|
File without changes
|