You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ This project is inspired by [virtual-module-webpack-plugin].
110
110
111
111
## Contributing
112
112
113
-
This project uses `nari` package manager to have reproducible builds without resorting to lockfiles, it uses `lockTime` field in `package.json` instead.
113
+
This project uses [nari] package manager to have reproducible builds without resorting to lockfiles, it uses `lockTime` field in `package.json` instead.
114
114
115
115
To install `nari` execute:
116
116
`npm i -g nari`
@@ -123,6 +123,7 @@ To run project scripts use `nari script_name`, for example `nari test` to run un
0 commit comments