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