Skip to content

Commit

Permalink
minor changes to polyfill in karma
Browse files Browse the repository at this point in the history
  • Loading branch information
priley86 committed May 16, 2017
1 parent e8f12bc commit db4e931
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ module.exports = function(config) {
'node_modules/babel-polyfill/dist/polyfill.js',
'node_modules/promise-polyfill/promise.js',
'node_modules/jasmine-promises/dist/jasmine-promises.js',
'https://rawgit.com/webcomponents/webcomponentsjs/master/webcomponents-lite.js',
'https://rawgit.com/webcomponents/custom-elements/master/src/native-shim.js',
'node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js',
'node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js.map',
'node_modules/@webcomponents/custom-elements/src/native-shim.js',
'dist/js/patternfly.js',
'src/**/*.spec.js'
],
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
},
"dependencies": {
"font-awesome": "^4.7.0",
"patternfly": "^3.21.0"
"patternfly": "^3.21.0",
"@webcomponents/webcomponentsjs": "1.0.0",
"@webcomponents/custom-elements": "1.0.0"
},
"scripts": {
"publish": "publish-ghpages.sh public",
Expand Down

0 comments on commit db4e931

Please sign in to comment.