1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-12 19:09:18 +00:00
This commit is contained in:
2020-06-26 15:39:47 +02:00
parent ff67d008eb
commit aa2d969295
4 changed files with 21 additions and 7 deletions

View File

@ -1,15 +1,14 @@
{
"name": "@aviortheking/logger",
"name": "@dzeio/logger",
"version": "1.0.1",
"description": "My Personnal Logger",
"repository": {
"type": "git",
"url": "https://github.com/Aviortheking/components.git",
"url": "https://github.com/dzeiocom/libs.git",
"directory": "packages/Logger"
},
"author": "Aviortheking",
"license": "MIT",
"private": false,
"main": "./dist/Logger.js",
"browser": "./dist/browser.js",
"types": "./dist/Logger.d.ts",
@ -26,6 +25,7 @@
"webpack-cli": "^3.3.12"
},
"scripts": {
"prepublishOnly": "yarn build",
"build": "webpack --mode=\"production\" && tsc"
}
}