Skip to content
Snippets Groups Projects

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

Merged Alex Petraky requested to merge feature/PRXS-383-FrontendProtoAdd into master
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline

Files

  • db280d60
    fix · db280d60
    ko_oler authored
+ 2
2
{
{
"name": "@perxis-js/perxis-client",
"name": "@perxis/perxis-js",
"version": "1.0.0",
"version": "1.0.0",
"description": "",
"description": "",
"main": "clients/index.js",
"main": "clients/index.js",
@@ -8,7 +8,7 @@
@@ -8,7 +8,7 @@
],
],
"repository": {
"repository": {
"type": "git",
"type": "git",
"url": "git+https://git.perx.ru/perxis/perxis-js.git"
"url": "git+https://git.perx.ru/perxis/perxis.git"
},
},
"scripts": {
"scripts": {
"pub": "npm publish"
"pub": "npm publish"
Loading