marko 5.17.5 → 5.17.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/docs/rollup.md +1 -1
  2. package/package.json +4 -4
package/docs/rollup.md CHANGED
@@ -7,7 +7,7 @@ The [@marko/rollup](https://github.com/marko-js/rollup) transform can be used in
7
7
  ## Manual Installation
8
8
 
9
9
  ```bash
10
- npm install rollup rollup-plugin-commonjs rollup-plugin-node-resolve @marko/rollup --save-dev
10
+ npm install rollup @rollup/plugin-commonjs @rollup/plugin-node-resolve @marko/rollup --save-dev
11
11
  ```
12
12
 
13
13
  ## Configuration
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "marko",
3
- "version": "5.17.5",
3
+ "version": "5.17.6",
4
4
  "license": "MIT",
5
5
  "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
6
6
  "dependencies": {
7
- "@marko/compiler": "^5.17.4",
8
- "@marko/translator-default": "^5.17.5",
7
+ "@marko/compiler": "^5.17.6",
8
+ "@marko/translator-default": "^5.17.6",
9
9
  "app-module-path": "^2.2.0",
10
10
  "argly": "^1.2.0",
11
11
  "browser-refresh-client": "1.1.4",
@@ -72,5 +72,5 @@
72
72
  "index.js",
73
73
  "node-require.js"
74
74
  ],
75
- "gitHead": "c7a2dba4d94136cae5a98d77ed47dbc13b583de8"
75
+ "gitHead": "ec2a1cdaea4b22f7b1ab4fa42f56c61ce54c5e64"
76
76
  }