release 1.0.10

feat/fix/umd 1.0.10
SukkaW 7 years ago
parent ce014c006f
commit aea1f76ec6

4
dist/disqus.js vendored

File diff suppressed because one or more lines are too long

2
dist/disqusjs.css vendored

@ -1,5 +1,5 @@
/*! /*!
* DisqusJS - Default Theme | v1.0.9 * DisqusJS - Default Theme | v1.0.10
* Author: SukkaW * Author: SukkaW
* Link: https://github.com/SukkaW/DisqusJS * Link: https://github.com/SukkaW/DisqusJS
* License: MIT * License: MIT

@ -26,7 +26,8 @@ var cssBanner = ['/*!',
var configs = { var configs = {
browsers: [ browsers: [
'last 2 versions', 'last 2 versions',
'> 1%', 'since 2015',
'> 0.5%',
'Chrome >= 30', 'Chrome >= 30',
'Firefox >= 30', 'Firefox >= 30',
'ie >= 9', 'ie >= 9',

@ -1,6 +1,6 @@
{ {
"name": "disqusjs", "name": "disqusjs",
"version": "1.0.9", "version": "1.0.10",
"description": "Alternative DISQUS - Render comments components from Disqus API", "description": "Alternative DISQUS - Render comments components from Disqus API",
"main": "dist/disqus.js", "main": "dist/disqus.js",
"scripts": { "scripts": {

Loading…
Cancel
Save