@surplus/esbuild 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,8 +4,8 @@
4
4
  Javascript framework.
5
5
 
6
6
  > **NOTE:** This plugin strips typescript types from the output.
7
- > If this is affecting you negatively, please open an issue
8
- > with the [compiler](https://github.com/surplus/compiler/issues).
7
+ > If this is affecting you negatively, please
8
+ > [open an issue](https://github.com/surplus/surplus/issues).
9
9
 
10
10
  ## Usage
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@surplus/esbuild",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Surplus framework ESBuild plugin",
5
5
  "author": "Josh Junon (https://github.com/qix-)",
6
6
  "license": "MIT",