editor: publish

This commit is contained in:
Abdullah Atta
2023-04-05 01:53:16 +05:00
parent 50d64af7f6
commit 2e7935cacc
2 changed files with 6 additions and 9 deletions

View File

@@ -1,3 +1,4 @@
*
!dist/**/*
!styles/**/*
!styles/**/*
!languages/**/*

View File

@@ -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",