Skip to content

Commit

Permalink
Merge pull request #26 from prajapac/master
Browse files Browse the repository at this point in the history
Add 'lit-element' as normal dependency instead of dev dependency
  • Loading branch information
jstefaniuk-d2l authored Aug 20, 2021
2 parents 2fd5326 + 71e57b2 commit ffc1be1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-valence-ui-iframe",
"version": "3.0.2",
"version": "3.0.3",
"description": "An iframe wrapper which provides callbacks for when the iframe has loaded and callbacks providing the size of the iframe's contents if we can figure them out",
"main": "src/react-valence-ui-iframe.js",
"scripts": {
Expand All @@ -21,6 +21,9 @@
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
},
"dependencies": {
"lit-element": "^2.0.0"
},
"devDependencies": {
"babel-core": "^6.18.0",
"babel-eslint": "^10.0.3",
Expand All @@ -42,7 +45,6 @@
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"lcov-result-merger": "^1.0.2",
"lit-element": "^2.0.0",
"mkdirp": "^0.5.1",
"phantomjs": "^1.9.18",
"phantomjs-polyfill": "0.0.1",
Expand Down

0 comments on commit ffc1be1

Please sign in to comment.