occam-open-cli 5.0.31 → 5.0.33

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 +8 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -7,6 +7,7 @@
7
7
  - [Introduction](#introduction)
8
8
  - [Installation](#installation)
9
9
  - [Usage](#usage)
10
+ - [Building](#building)
10
11
  - [Contact](#contact)
11
12
 
12
13
  ## Introduction
@@ -85,6 +86,13 @@ In these cases `open` will recover the underlying GitHub repository from the pac
85
86
 
86
87
  Both Occam and the Open Mathematics site are works in progress, as indeed is `open`. The remainder of this readme file gives some of the current thinking on versioning and so forth that has yet to be implemented.
87
88
 
89
+ ## Building
90
+
91
+ Automation is thanks to [npm scripts](https://docs.npmjs.com/misc/scripts), have a look at the `package.json` file. The pertinent commands are:
92
+
93
+ npm run build-debug
94
+ npm run watch-debug
95
+
88
96
  ## Contact
89
97
 
90
98
  * james.smith@openmathematics.org
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "occam-open-cli",
3
3
  "author": "James Smith",
4
- "version": "5.0.31",
4
+ "version": "5.0.33",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/occam-open-cli",
7
7
  "description": "Occam's command line package management tool.",
@@ -13,7 +13,7 @@
13
13
  "argumentative": "^2.0.15",
14
14
  "mkdirp": "^0.5.1",
15
15
  "necessary": "^11.1.4",
16
- "occam-parsers": "^16.0.110"
16
+ "occam-parsers": "^16.0.113"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@swc/core": "^1.2.51",