mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
editor: publish
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
*
|
||||
!dist/**/*
|
||||
!styles/**/*
|
||||
!styles/**/*
|
||||
!languages/**/*
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "@notesnook/editor",
|
||||
"version": "1.3.1",
|
||||
"version": "1.4.0",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.10.0",
|
||||
@@ -78,19 +79,14 @@
|
||||
"prewatch": "zx ./scripts/build.mjs",
|
||||
"build": "tsc",
|
||||
"watch": "tsc --watch",
|
||||
"prepub": "npm run build",
|
||||
"pub": "np",
|
||||
"prepublishOnly": "npm run build && npm run test",
|
||||
"postinstall": "npx patch-package"
|
||||
},
|
||||
"np": {
|
||||
"tests": false,
|
||||
"tests": true,
|
||||
"releaseDraft": false,
|
||||
"message": "chore: bump version to %s"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://npm.pkg.github.com",
|
||||
"access": "restricted"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/streetwriters/notesnook.git",
|
||||
|
||||
Reference in New Issue
Block a user