mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 11:47:54 +01:00
chore: move version to 0.0.0
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
*
|
||||
!dist/**/*
|
||||
!styles/**/*
|
||||
!package.json
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@streetwriters/logger",
|
||||
"version": "1.0.0",
|
||||
"version": "0.0.0",
|
||||
"description": "A really simple logger with a pluggable interface.",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
@@ -21,5 +21,14 @@
|
||||
"devDependencies": {
|
||||
"ts-node": "^10.9.1",
|
||||
"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