@bpmn-io/feel-editor
Advanced tools
Comparing version 0.0.1-alpha0 to 0.1.0
@@ -9,2 +9,5 @@ # Changelog | ||
* `FEAT`: initial release, create a FEEL editor with Code highlighting | ||
## 0.0.1 | ||
* `FEAT`: initial release, create a FEEL editor with Code highlighting ([#4](https://github.com/bpmn-io/feel-editor/pull/4)) | ||
* `FEAT`: highlight syntax errors ([#7](https://github.com/bpmn-io/feel-editor/pull/7)) |
{ | ||
"name": "@bpmn-io/feel-editor", | ||
"version": "0.0.1-alpha0", | ||
"version": "0.1.0", | ||
"description": "Editor for FEEL expressions.", | ||
@@ -17,3 +17,4 @@ "files": [ | ||
"start": "SINGLE_START=true npm run dev", | ||
"dev": "npm test -- --auto-watch --no-single-run" | ||
"dev": "npm test -- --auto-watch --no-single-run", | ||
"prepare": "run-s build" | ||
}, | ||
@@ -20,0 +21,0 @@ "repository": { |
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
2099755