UNPKG
@tarantool.io/npm-only
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Force the npm package manager to be used on a project.
@tarantool.io/npm-only
/
README.md
15 lines
(11 loc)
•
190 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# @tarantool.io/npm-only
Force the npm package manager to be used
on
a project.
## Usage
```json
// package.json
{
"scripts"
: {
"preinstall"
:
"npx @tarantool.io/npm-only"
} } ```