Skip to content

Commit

Permalink
[meta] Lerna update
Browse files Browse the repository at this point in the history
  • Loading branch information
StaloneLab committed Apr 20, 2024
1 parent 7652e4e commit b16ca78
Show file tree
Hide file tree
Showing 5 changed files with 11,407 additions and 8,656 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ npm-debug.log
lerna-debug.log
.idea
.tern-port
.vscode
.vscode
.nx
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Currently, all the plugins provided only work for remark versions **lesser than*

1. `git clone [email protected]:zestedesavoir/zmarkdown.git`
1. `npm install`
1. `npm run bootstrap`

This project uses [Jest][jest] for testing. It is recommended to use the locally installed version using `npx`, and run Jest in watch mode when developing `npx jest --watch --notify` (`--notify` sends desktop notifications when tests run).

Expand Down
7 changes: 2 additions & 5 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"lerna": "3.4.3",
"packages": [
"packages/*"
],
"version": "independent"
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.0"
}
Loading

0 comments on commit b16ca78

Please sign in to comment.