medium-editor
Advanced tools
Comparing version 1.8.5 to 1.8.6
{ | ||
"name": "medium-editor", | ||
"version": "1.8.5", | ||
"version": "1.8.6", | ||
"homepage": "http://daviferreira.github.io/medium-editor/", | ||
@@ -9,4 +9,5 @@ "authors": [ | ||
"description": "Medium.com WYSIWYG editor clone written in pure JavaScript.", | ||
"main": ["dist/js/medium-editor.js", "dist/js/medium-editor.min.js", | ||
"dist/css/medium-editor.css"], | ||
"main": ["dist/js/medium-editor.js", | ||
"dist/css/medium-editor.css", | ||
"dist/css/themes/default.css"], | ||
"keywords": [ | ||
@@ -13,0 +14,0 @@ "wysiwyg", |
@@ -0,1 +1,7 @@ | ||
1.8.6 / 2014-05-03 | ||
================== | ||
* Adds non-minified CSS files to bower.json | ||
1.8.5 / 2014-05-01 | ||
@@ -2,0 +8,0 @@ ================== |
@@ -108,3 +108,2 @@ /*global module, require*/ | ||
options: { | ||
outputStyle: 'compressed', | ||
includePaths: ['src/sass/'] | ||
@@ -123,8 +122,21 @@ }, | ||
gruntConfig.cssmin = { | ||
minify: { | ||
expand: true, | ||
cwd: 'dist/css/', | ||
src: ['**/*.css', '!*.min.css'], | ||
dest: 'dist/css/', | ||
ext: '.min.css' | ||
} | ||
}; | ||
gruntConfig.autoprefixer = { | ||
singleFile: { | ||
src: 'dist/css/medium-editor.css', | ||
main: { | ||
expand: true, | ||
flatten: true, | ||
src: 'dist/css/*.css', | ||
dest: 'dist/css/', | ||
browsers: autoprefixerBrowsers | ||
}, | ||
multipleFiles: { | ||
themes: { | ||
expand: true, | ||
@@ -185,6 +197,7 @@ flatten: true, | ||
grunt.loadNpmTasks('grunt-plato'); | ||
grunt.loadNpmTasks('grunt-contrib-cssmin'); | ||
grunt.registerTask('test', ['jsbeautifier', 'jslint', 'jasmine:suite', 'csslint']); | ||
grunt.registerTask('js', ['jsbeautifier', 'jslint', 'jasmine:suite', 'uglify', 'concat']); | ||
grunt.registerTask('css', ['sass', 'autoprefixer', 'csslint']); | ||
grunt.registerTask('css', ['sass', 'cssmin', 'autoprefixer', 'csslint']); | ||
grunt.registerTask('default', ['js', 'css']); | ||
@@ -191,0 +204,0 @@ |
{ | ||
"name": "medium-editor", | ||
"version": "1.8.5", | ||
"version": "1.8.6", | ||
"author": "Davi Ferreira <hi@daviferreira.com>", | ||
@@ -34,5 +34,6 @@ "description": "Medium.com WYSIWYG editor clone.", | ||
"grunt-plato": "~1.0.0", | ||
"brfs": "1.0.0", | ||
"brfs": "1.1.1", | ||
"grunt-sass": "~0.12.0", | ||
"grunt-jsbeautifier": "~0.2.6" | ||
"grunt-jsbeautifier": "~0.2.6", | ||
"grunt-contrib-cssmin": "~0.9.0" | ||
}, | ||
@@ -39,0 +40,0 @@ "scripts": { |
@@ -229,9 +229,9 @@ # MediumEditor | ||
repo age : 11 months | ||
active : 139 days | ||
commits : 508 | ||
files : 50 | ||
active : 141 days | ||
commits : 516 | ||
files : 56 | ||
authors : | ||
372 Davi Ferreira 73.2% | ||
379 Davi Ferreira 73.4% | ||
20 Maxime de Visscher 3.9% | ||
12 Andy Yaco-Mink 2.4% | ||
12 Andy Yaco-Mink 2.3% | ||
8 Derek Odegard 1.6% | ||
@@ -262,2 +262,3 @@ 8 Jarl Gunnar T. Flaten 1.6% | ||
1 Diana Liao 0.2% | ||
1 Jack Parker 0.2% | ||
1 Jeff Welch 0.2% | ||
@@ -286,3 +287,4 @@ 1 Mark Kraemer 0.2% | ||
1 waffleio 0.2% | ||
1 zzjin 0.2%``` | ||
1 zzjin 0.2% | ||
``` | ||
@@ -289,0 +291,0 @@ ## License |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
638968
56
4221
293
14