Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: v1.14.0 #27

Merged
merged 3 commits into from
Oct 30, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add support of new instagram and facebook api
  • Loading branch information
shobhitsharma committed Oct 30, 2020
commit ec721f200abd2040c315910f0d640a986573c7aa
257 changes: 143 additions & 114 deletions embedo.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion embedo.min.js

Large diffs are not rendered by default.

27 changes: 20 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"main": "embedo.js",
"scripts": {
"prestart": "npm install",
"start": "http-server ./ -p 8081 -S -o",
"lint": "jshint embedo.js plugins/**/**.embedo.js",
"start": "http-server ./ -p 8081 -o",
"lint": "eslint embedo.js plugins/**/**.embedo.js",
"test": "mocha test/*.spec.js",
"build:embedo": "uglifyjs embedo.js --compress --comments --mangle -o embedo.min.js",
"build:embedo:gmaps": "uglifyjs plugins/gmaps/gmaps.embedo.js --compress --comments --mangle -o plugins/gmaps/gmaps.embedo.min.js",
Expand Down Expand Up @@ -34,10 +34,23 @@
"homepage": "https://github.com/shobhitsharma/embedo",
"devDependencies": {
"chai": "^4.2.0",
"http-server": "^0.11.1",
"jsdom": "^15.2.1",
"jshint": "^2.10.3",
"mocha": "^6.2.2",
"uglify-js": "^3.6.9"
"eslint": "^7.12.1",
"http-server": "^0.12.3",
"jsdom": "^16.4.0",
"mocha": "^8.2.0",
"prettier": "^2.1.2",
"uglify-js": "^3.11.4"
},
"prettier": {
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 110
},
"eslintConfig": {
"parserOptions": {
"ecmaVersion": 5
}
}
}
2 changes: 1 addition & 1 deletion plugins/flickr/flickr.embedo.min.js

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

2 changes: 1 addition & 1 deletion plugins/gmaps/gmaps.embedo.min.js

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

2 changes: 1 addition & 1 deletion plugins/reddit/reddit.embedo.min.js

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

Loading