@putout/bundle 1.0.1 β 1.0.4
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 +2 -2
- package/package.json +1 -4
package/README.md
CHANGED
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
[NPMIMGURL]: https://img.shields.io/npm/v/@putout/plugin-remove-debugger.svg?style=flat&longCache=true
|
|
4
4
|
[NPMURL]: https://npmjs.org/package/@putout/plugin-remove-debugger "npm"
|
|
5
5
|
|
|
6
|
-
π[**Putout**](https://github.com/coderaiser/putout) bundle to get things working in **Deno** and **Browsers**
|
|
6
|
+
π[**Putout**](https://github.com/coderaiser/putout) bundle to get things working in [**Deno**](https://deno.land) and **Browsers** using amazing [esm.sh](https://esm.sh).
|
|
7
7
|
|
|
8
8
|
Usage
|
|
9
9
|
|
|
10
10
|
```js
|
|
11
|
-
import putout from 'https://esm.sh/@putout/bundle
|
|
11
|
+
import putout from 'https://esm.sh/@putout/bundle';
|
|
12
12
|
import removeDebugger from 'https://esm.sh/@putout/plugin-remove-debugger?alias=putout:@putout/bundle';
|
|
13
13
|
import declare from 'https://esm.sh/@putout/plugin-declare-undefined-variables?alias=putout:@putout/bundle';
|
|
14
14
|
|
package/package.json
CHANGED
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@putout/bundle",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"commitType": "colon",
|
|
6
6
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
7
7
|
"description": "πPutout bundle suitable for Deno or Browsers",
|
|
8
8
|
"homepage": "https://github.com/putoutjs/bundle",
|
|
9
9
|
"main": "bundle/putout.js",
|
|
10
|
-
"release": false,
|
|
11
|
-
"tag": false,
|
|
12
|
-
"changelog": false,
|
|
13
10
|
"repository": {
|
|
14
11
|
"type": "git",
|
|
15
12
|
"url": "git://github.com/putoutjs/bundle.git"
|