Skip to content

Commit

Permalink
lock rollup version (#6647)
Browse files Browse the repository at this point in the history
* lock rollup version

* revert karma-rollup-preprocessor
  • Loading branch information
cherniavskii committed May 8, 2019
1 parent e618613 commit c3105ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -13,14 +13,14 @@
"karma-firefox-launcher": "~1.1.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-rollup-preprocessor": "^7.0.0",
"karma-rollup-preprocessor": "^5.0.1",
"karma-safari-launcher": "~1.0.0",
"karma-sinon": "^1.0.5",
"leafdoc": "^1.4.1",
"mocha": "^6.1.4",
"phantomjs-prebuilt": "^2.1.16",
"prosthetic-hand": "^1.3.1",
"rollup": "^1.11.0",
"rollup": "0.51.8",
"rollup-plugin-git-version": "0.2.1",
"rollup-plugin-json": "^4.0.0",
"sinon": "^7.3.2",
Expand Down
8 changes: 3 additions & 5 deletions spec/karma.conf.js
Expand Up @@ -59,11 +59,9 @@ module.exports = function (config) {
plugins: [
json()
],
output: {
format: 'umd',
name: 'L',
outro: outro
}
format: 'umd',
name: 'L',
outro: outro
},

// test results reporter to use
Expand Down

0 comments on commit c3105ca

Please sign in to comment.