rollup 1.21.3 → 1.21.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.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v1.21.3
4
- Sat, 14 Sep 2019 17:42:11 GMT - commit 13b27cac095d8a5b071c52cb6e8a0c25641c0cab
3
+ Rollup.js v1.21.4
4
+ Mon, 16 Sep 2019 10:32:37 GMT - commit 9bd47a242ccd37b62e9bc0fe172f0115680be795
5
5
 
6
6
 
7
7
  https://github.com/rollup/rollup
@@ -13,7 +13,7 @@
13
13
  var path = require('path');
14
14
  var module$1 = require('module');
15
15
 
16
- var version = "1.21.3";
16
+ var version = "1.21.4";
17
17
 
18
18
  function createCommonjsModule(fn, module) {
19
19
  return module = { exports: {} }, fn(module, module.exports), module.exports;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rollup",
3
- "version": "1.21.3",
3
+ "version": "1.21.4",
4
4
  "description": "Next-generation ES module bundler",
5
5
  "main": "dist/rollup.js",
6
6
  "module": "dist/rollup.es.js",