This commit is contained in:
2021-09-08 10:59:24 +09:00
parent 2d3888041f
commit 9b63c181c7
4 changed files with 20 additions and 49 deletions

View File

@@ -1,19 +1,19 @@
{
"name": "@elex/loggings",
"name": "@elex-project/loggings",
"version": "0.0.5",
"description": "Loggings",
"main": "./src/loggings.js",
"module": "./src/loggings.js",
"scripts": {
"test": "node ./src/loggings-test.js",
"publish": "npm publish"
"publish": "yarn publish"
},
"keywords": [
"loggings"
],
"author": "Elex",
"license": "Elex",
"license": "MIT",
"publishConfig": {
"registry": "https://repository.elex-project.com/repository/npm-personal/"
}
}
}