Skip to content

Commit

Permalink
feat: [pack:all command] - related #354 - update contributing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgoud committed Jul 4, 2024
1 parent 7165cb5 commit eb05a2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ You can specify the dependencies in the `package.json` file of your project as s

```json
"dependencies": {
"@prestashopcorp/puik-components": "file:[path_to_tar]/prestashopcorp-puik-components-[x.x.x].tgz",
"@prestashopcorp/puik-resolver": "file:[path_to_tar]/prestashopcorp-puik-resolver-[x.x.x].tgz",
"@prestashopcorp/puik-components": "file:[path_to_tar]/prestashopcorp-puik-components-0.0.0-test-[x].tgz",
"@prestashopcorp/puik-resolver": "file:[path_to_tar]/prestashopcorp-puik-resolver-0.0.0-test-[x].tgz",
}
```

0 comments on commit eb05a2c

Please sign in to comment.