Add style to editor build
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@welshman/editor",
|
"name": "@welshman/editor",
|
||||||
"version": "0.0.11-pre.1",
|
"version": "0.0.11-pre.4",
|
||||||
"author": "hodlbod",
|
"author": "hodlbod",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "A batteries-included nostr editor.",
|
"description": "A batteries-included nostr editor.",
|
||||||
@@ -17,11 +17,12 @@
|
|||||||
"types": "./build/src/index.d.ts",
|
"types": "./build/src/index.d.ts",
|
||||||
"import": "./build/src/index.js",
|
"import": "./build/src/index.js",
|
||||||
"require": "./build/src/index.js"
|
"require": "./build/src/index.js"
|
||||||
}
|
},
|
||||||
|
"./index.css": "./build/src/index.css"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"pub": "npm run lint && npm run build && npm publish",
|
"pub": "npm run lint && npm run build && npm publish",
|
||||||
"build": "gts clean && tsc",
|
"build": "gts clean && tsc && cp src/index.css build/src/index.css",
|
||||||
"lint": "gts lint",
|
"lint": "gts lint",
|
||||||
"fix": "gts fix"
|
"fix": "gts fix"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
import "./index.css"
|
|
||||||
|
|
||||||
export * from "./nodeviews/index.js"
|
export * from "./nodeviews/index.js"
|
||||||
export * from "./extensions/index.js"
|
export * from "./extensions/index.js"
|
||||||
export * from "./plugins/index.js"
|
export * from "./plugins/index.js"
|
||||||
|
|||||||
Reference in New Issue
Block a user