Skip to content

Commit

Permalink
Merge pull request #65 from SpringRoll/release/2.0.1
Browse files Browse the repository at this point in the history
Release/2.0.1
  • Loading branch information
chipbell4 authored Aug 13, 2020
2 parents 84ced1e + 436f8d3 commit 2aa6177
Show file tree
Hide file tree
Showing 8 changed files with 125 additions and 98 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"exclude": [ "node_modules/@babel/**", "node_modules/core-js/**" ],
"presets": [
[
"@babel/preset-env",
{
"useBuiltIns": "usage",
"corejs": 2,
"corejs": 3,
"targets": {
"android": "5",
"ios": "10",
Expand Down
2 changes: 1 addition & 1 deletion dist/SpringRoll-Container-umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/SpringRoll-Container-umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

205 changes: 114 additions & 91 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "springroll-container",
"version": "2.0.0",
"version": "2.0.1",
"description": "The iframe controller for interacting with SpringRoll applications",
"main": "./dist/index.js",
"license": "MIT",
Expand All @@ -12,6 +12,8 @@
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@rollup/plugin-babel": "^5.2.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"babel-loader": "^8.0.5",
"chai": "^4.2.0",
"dotenv": "^7.0.0",
Expand Down Expand Up @@ -46,7 +48,7 @@
"dependencies": {
"@babel/polyfill": "^7.4.3",
"bellhop-iframe": "^3.2.0",
"core-js": "^3.0.1",
"core-js": "^3.6.5",
"whatwg-fetch": "^3.0.0"
},
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const { eslint } = require('rollup-plugin-eslint');
const { terser } = require('rollup-plugin-terser');


const base = {
plugins: [
// @ts-ignore
Expand Down

0 comments on commit 2aa6177

Please sign in to comment.