@emprespresso/codemirror-lang-tabloid 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -120,7 +120,6 @@ function tabloidCompletion(context) {
120
120
  return {
121
121
  from: word.from,
122
122
  options: keywords,
123
- filter: false, // Let CodeMirror handle filtering
124
123
  };
125
124
  }
126
125
 
package/dist/index.js CHANGED
@@ -118,7 +118,6 @@ function tabloidCompletion(context) {
118
118
  return {
119
119
  from: word.from,
120
120
  options: keywords,
121
- filter: false, // Let CodeMirror handle filtering
122
121
  };
123
122
  }
124
123
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emprespresso/codemirror-lang-tabloid",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "tabloid language support for CodeMirror",
5
5
  "scripts": {
6
6
  "test": "mocha test/test.js",