mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
logger: publish to npm
This commit is contained in:
@@ -4,8 +4,8 @@
|
|||||||
"description": "A really simple logger with a pluggable interface.",
|
"description": "A really simple logger with a pluggable interface.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"pub": "tsc && np",
|
"build": "tsc",
|
||||||
"build": "tsc"
|
"prepublishOnly": "npm run build"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@@ -24,9 +24,5 @@
|
|||||||
"releaseDraft": false,
|
"releaseDraft": false,
|
||||||
"message": "chore: bump version to %s"
|
"message": "chore: bump version to %s"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
|
||||||
"registry": "https://npm.pkg.github.com",
|
|
||||||
"access": "restricted"
|
|
||||||
},
|
|
||||||
"devDependencies": {}
|
"devDependencies": {}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user