@astii/code-editor
Advanced tools
Comparing version 1.0.1 to 1.0.2
export { default, default as CodeEditor } from "./editor"; | ||
export { CodeEditorConfig, AutoCompletion, CompletionType } from "./editor/type"; |
{ | ||
"name": "@astii/code-editor", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "dist/index.min.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"build:type": "tsc --emitDeclarationOnly", | ||
"build": "rm -rf dist && npm run build:type && webpack", | ||
"test": "webpack serve --config ./_test/server.js", | ||
"publishToNpm": "npm run build && npm version patch && npm publish --registry=https://registry.npmjs.org --access=public" | ||
"publishToNpm": "npm run build && npm version patch && npm publish --registry=https://registry.npmjs.org --access=public", | ||
"test": "webpack serve --config ./_test/server.js" | ||
}, | ||
@@ -11,0 +12,0 @@ "devDependencies": { |
@@ -0,1 +1,5 @@ | ||
<div align="center"> | ||
<img src="./icon.jpg" height="200"/> | ||
</div> | ||
# code-editor | ||
@@ -2,0 +6,0 @@ |
Sorry, the diff of this file is too big to display
483458
81
48