Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit af1f005

Browse files
authored
Merge pull request #367 from Bayer-Group/Issue-365-npm-audit-fix
Issue 365 npm audit fix
2 parents 6d87fc6 + a4a13ff commit af1f005

File tree

8 files changed

+11585
-10167
lines changed

8 files changed

+11585
-10167
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ export default App
6464
## Documentation
6565
The documentation for the project is available in the `/docs` directory and the hosted version is available at [ol-kit.com](https://ol-kit.com/docs).
6666

67+
If you are ol-kit project maintainer and need to generate updated docs then run
68+
```
69+
npm install better-docs --no-save
70+
npm run docs
71+
```
72+
6773
## Running the Demo application locally
6874

6975
The code for the demo application lives in the `app/` folder.

cli/generator/prompt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const vorpal = require('vorpal')()
1+
const vorpal = require('@seneca/vorpal')()
22

33
const chalk = require('chalk')
44
const cliInput = require('./cliInput')

0 commit comments

Comments
 (0)