mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
chore: move version to 0.0.0
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
*
|
*
|
||||||
!dist/**/*
|
!dist/**/*
|
||||||
!styles/**/*
|
!package.json
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@streetwriters/logger",
|
"name": "@streetwriters/logger",
|
||||||
"version": "1.0.0",
|
"version": "0.0.0",
|
||||||
"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": {
|
||||||
@@ -21,5 +21,14 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"ts-node": "^10.9.1",
|
"ts-node": "^10.9.1",
|
||||||
"typescript": "^4.7.4"
|
"typescript": "^4.7.4"
|
||||||
|
},
|
||||||
|
"np": {
|
||||||
|
"tests": false,
|
||||||
|
"releaseDraft": false,
|
||||||
|
"message": "chore: bump version to %s"
|
||||||
|
},
|
||||||
|
"publishConfig": {
|
||||||
|
"registry": "https://npm.pkg.github.com",
|
||||||
|
"access": "restricted"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user