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

Commit

Permalink
Merge pull request #367 from Bayer-Group/Issue-365-npm-audit-fix
Browse files Browse the repository at this point in the history
Issue 365 npm audit fix
  • Loading branch information
akuma1 authored Dec 6, 2021
2 parents 6d87fc6 + a4a13ff commit af1f005
Show file tree
Hide file tree
Showing 8 changed files with 11,585 additions and 10,167 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ export default App
## Documentation
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).

If you are ol-kit project maintainer and need to generate updated docs then run
```
npm install better-docs --no-save
npm run docs
```

## Running the Demo application locally

The code for the demo application lives in the `app/` folder.
Expand Down
2 changes: 1 addition & 1 deletion cli/generator/prompt.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const vorpal = require('vorpal')()
const vorpal = require('@seneca/vorpal')()

const chalk = require('chalk')
const cliInput = require('./cliInput')
Expand Down
Loading

0 comments on commit af1f005

Please sign in to comment.