aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/lib/nots/ya.make
blob: b24c534033d976c2d44e2ed23abca02d6c230c87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PY23_LIBRARY()

OWNER(g:frontend-build-platform)

PY_SRCS(
    __init__.py
)

PEERDIR(
    build/plugins/lib/nots/package_manager
    build/plugins/lib/nots/semver
    build/plugins/lib/nots/typescript
)

END()