Skip to content

Commit

Permalink
Release 7.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
seeden committed Mar 10, 2019
1 parent bdcd7ef commit b99fd03
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
10 changes: 4 additions & 6 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"extends": "airbnb",
"parser": "babel-eslint",
"globals": {
"location": true,
"window": true
},
"rules": {
"extends": ["airbnb", "plugin:jest/recommended"],
"env": {
"node": true,
"jest": true
}
}
36 changes: 19 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "react-facebook",
"version": "7.0.2",
"version": "7.0.3",
"description": "Facebook components like a Login button, Like, Share, Comments, Embedded Post/Video, Messenger Chat and others",
"author": {
"name": "Zlatko Fedor",
"email": "zfedor@cherryprojects.com",
"email": "zfedor@gmail.com",
"url": "http://www.cherryprojects.com/"
},
"repository": {
Expand Down Expand Up @@ -36,8 +36,9 @@
"browser": "./lib/index.js",
"module": "./module/index.js",
"esnext": "./src/index.js",
"sideEffects": false,
"engines": {
"node": ">= 0.12.0"
"node": ">= 6.0.0"
},
"scripts": {
"prepublish": "npm run build",
Expand All @@ -56,14 +57,14 @@
]
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"@babel/runtime": "^7.3.4",
"can-use-dom": "^0.1.0",
"react-spinner-children": "^1.0.8"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.3",
"@babel/plugin-proposal-class-properties": "^7.3.3",
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/plugin-proposal-do-expressions": "^7.2.0",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
Expand All @@ -78,28 +79,29 @@
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-flow-strip-types": "^7.2.3",
"@babel/plugin-transform-flow-strip-types": "^7.3.4",
"@babel/plugin-transform-proto-to-assign": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.1.0",
"babel-jest": "^24.3.1",
"cross-env": "^5.2.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.9.1",
"eslint": "^5.14.0",
"enzyme-adapter-react-16": "^1.10.0",
"eslint": "^5.15.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jest": "^22.3.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"jest": "^24.1.0",
"jest-cli": "^24.1.0",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"react-test-renderer": "^16.8.2"
"jest": "^24.3.1",
"jest-cli": "^24.3.1",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-test-renderer": "^16.8.4"
},
"peerDependencies": {
"react": "16.x"
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default class Facebook {
}

this.loadingPromise = new Promise((resolve) => {
const {
const {
domain,
language,
debug,
Expand Down

0 comments on commit b99fd03

Please sign in to comment.