chore: setup lerna, nx & prettier

This commit is contained in:
thecodrr
2022-08-26 16:12:58 +05:00
parent 172406f1bc
commit 054c973c99
17 changed files with 12723 additions and 2009 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@streetwriters/editor",
"version": "1.3.1",
"main": "dist/es/index.js",
"main": "dist/index.js",
"license": "GPL-3.0",
"repository": {
"type": "git",
@@ -75,7 +75,7 @@
"scripts": {
"build": "./scripts/build.sh",
"watch": "./scripts/build.sh --watch",
"prepub": "./scripts/compile.sh",
"prepub": "npm run build",
"pub": "np",
"postinstall": "npx patch-package"
},