theme: publish

This commit is contained in:
Abdullah Atta
2023-04-05 01:53:29 +05:00
parent 2e7935cacc
commit 98b93d42c1

View File

@@ -1,6 +1,6 @@
{
"name": "@notesnook/theme",
"version": "1.0.1",
"version": "1.1.0",
"main": "./dist/index.js",
"license": "GPL-3.0-or-later",
"repository": {
@@ -17,6 +17,6 @@
},
"scripts": {
"build": "tsc",
"pub": "npm run build && npm publish"
"prepublishOnly": "npm run build"
}
}