release 0.3.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@apilki/yandex-market",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.0",
|
||||
"description": "JavaScript/TypeScript client for Yandex Market Partner API",
|
||||
"author": "vitya.kuznetsov@gmail.com",
|
||||
"repository": {
|
||||
@@ -13,7 +13,8 @@
|
||||
"sideEffects": false,
|
||||
"scripts": {
|
||||
"build": "tsc && tsc -p tsconfig.esm.json",
|
||||
"prepare": "npm run build"
|
||||
"prepare": "npm run build",
|
||||
"test": "node --test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^4.0 || ^5.0"
|
||||
|
||||
Reference in New Issue
Block a user