Skip to content
Snippets Groups Projects

Добавлена генерация файлов для frontend в Makefile и публикацию npm-пакета

Merged Alex Petraky requested to merge feature/PRXS-383-FrontendProtoAdd into master
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
{
{
"name": "@perxis/perxis-client",
"name": "@perxis-js/perxis-client",
"version": "1.0.0",
"version": "1.0.0",
"description": "",
"description": "",
"main": "proto/index.js",
"main": "clients/index.js",
"files": [
"files": [
"proto/"
"clients/"
],
],
"repository": {
"repository": {
"type": "git",
"type": "git",
Loading