Compare commits

...

2 Commits

Author SHA1 Message Date
b8dcc61022 1.0.3 2020-09-09 00:23:07 +00:00
1940a0ea6a fix(core): update 2020-09-09 00:23:07 +00:00
2 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "@mojoio/lexoffice", "name": "@mojoio/lexoffice",
"version": "1.0.2", "version": "1.0.3",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@mojoio/lexoffice", "name": "@mojoio/lexoffice",
"version": "1.0.2", "version": "1.0.3",
"private": false, "private": false,
"description": "an unofficial api client for lexoffice", "description": "an unofficial api client for lexoffice",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@ -9,7 +9,7 @@
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"test": "(tstest test/)", "test": "(tstest test/)",
"build": "(tsbuild)", "build": "(tsbuild --web)",
"format": "(gitzone format)" "format": "(gitzone format)"
}, },
"devDependencies": { "devDependencies": {