sn-code-editor
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -18,3 +18,4 @@ module.exports = function(grunt) { | ||
options: { | ||
style: 'expanded' | ||
style: 'expanded', | ||
sourcemap: 'none' | ||
}, | ||
@@ -95,3 +96,3 @@ files: { | ||
grunt.registerTask('default', ['concat:app', 'babel', 'browserify', 'concat:lib', 'concat:dist', 'sass', 'concat:css']); | ||
grunt.registerTask('default', ['concat:app', 'babel', 'browserify', 'concat:lib', 'concat:dist', 'sass', 'concat:css', 'copy']); | ||
}; |
{ | ||
"name": "sn-code-editor", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/dist.js", |
Sorry, the diff of this file is not supported yet
4067524