Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Commit 36dcabc

Browse files
author
Kelly Selden
committed
update rollup
1 parent 634dfae commit 36dcabc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"es5-ext": "^0.10.39",
88
"eslint": "^4.18.0",
99
"mocha": "^5.0.1",
10-
"rollup": "^0.54.1",
10+
"rollup": "^0.56.3",
1111
"rollup-plugin-buble": "^0.19.2",
1212
"rollup-plugin-commonjs": "^8.3.0",
1313
"string-capitalize": "^1.0.1",

test/test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ function executeBundle ( bundle ) {
1414
}).then( generated => {
1515
const fn = new Function ( 'module', 'exports', 'assert', generated.code );
1616
const module = { exports: {} };
17-
17+
1818
fn( module, module.exports, assert );
19-
19+
2020
return module;
2121
});
2222
}

0 commit comments

Comments
 (0)