Skip to content

Commit

Permalink
Remove unused packages (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev committed Feb 27, 2023
1 parent b382456 commit 8a23e09
Show file tree
Hide file tree
Showing 5 changed files with 148 additions and 1,539 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

### Installation

> Note: Until the package has been published on npmjs.org, you can install it from source
```bash
git clone https://github.com/MaterializeInc/datagen.git
cd datagen
npm install
npm link
```
Expand Down
2 changes: 1 addition & 1 deletion datagen.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const jsonDataGenerator = require('./src/dataGenerator');
const fs = require('fs');
const { program, Option } = require('commander');

program.name('datagen').description('Fake Data Generator').version('0.0.1');
program.name('datagen').description('Fake Data Generator').version('0.1.0');

program
.addOption(
Expand Down
Loading

0 comments on commit 8a23e09

Please sign in to comment.