@danielx/civet 0.3.2 → 0.3.5

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/README.md CHANGED
@@ -147,7 +147,7 @@ Things Added that CoffeeScript didn't
147
147
  - Convenience for ES6+ Features
148
148
  - `<` as `extends` shorthand
149
149
  - `@#id` -> `this.#id` shorthand for private identifiers
150
- - `import` shorthand `x from "./x"` -> `import x from "./x"`
150
+ - `import` shorthand `x from ./x` -> `import x from "./x"`
151
151
  - ClassStaticBlock
152
152
  - `get`/`set` method definitions
153
153
  - Private identifiers `#id`