updated 'reactify' version so that source maps work correctly

This commit is contained in:
Edin Dazdarevic
2015-05-27 11:31:03 +02:00
parent a2ecdc5d63
commit d5cef64cb6
2 changed files with 3 additions and 3 deletions

View File

@@ -5,11 +5,11 @@ module.exports = function(grunt) {
src: ['app/ribica.js'],
dest: 'build/ribica.bundle.js',
options: {
transform: ['reactify'],
browserifyOptions: {
standalone: 'RIBICA',
debug: true,
debug: true
},
transform: ['reactify'],
watch: true
}

View File

@@ -22,7 +22,7 @@
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-replace": "~0.8.0",
"reactify": "~0.17.1",
"reactify": "^1.1.1",
"underscore": "^1.7.0"
},
"dependencies": {