create-vscode-editor
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -5,3 +5,3 @@ { | ||
"description": "A Custom Editor Extension for VS Code.", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"license": "MIT","repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
{ | ||
"name": "create-vscode-editor", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A custom editor for VS Code", | ||
@@ -13,2 +13,3 @@ "author": "@seflless", | ||
}, | ||
"homepage": "https://github.com/seflless/create-vscode-editor", | ||
@@ -21,3 +22,3 @@ "license": "MIT", | ||
"start:editor": "node scripts/dev-editor.mjs -w", | ||
"start:extension": "code extension && node scripts/dev-extension.mjs -w", | ||
"start:extension": "code . editor/src/App.tsx && node scripts/dev-extension.mjs -w", | ||
"build": "yarn build:editor && yarn build:extension", | ||
@@ -24,0 +25,0 @@ "build:editor": "node scripts/build-editor.mjs", |
@@ -113,3 +113,3 @@ ## Create VS Code Editors | ||
#### References | ||
#### Implementation References | ||
@@ -116,0 +116,0 @@ - [yarn create](https://classic.yarnpkg.com/en/docs/cli/create) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1673175
44
23571