Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Jan 17, 2014
1 parent 7d280a3 commit a815827
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,8 @@ module.exports = function (grunt) {
build: {
options: {
outputStyle: 'expanded',
sourceComments: 'map'
sourceComments: 'map',
sourceMap: true
},
src: '<%= app_files.processedSass %>',
dest: '<%= sassDest %>'
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-copy": "0.5.x",
"grunt-contrib-jshint": "0.8.x",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-uglify": "0.3.x",
"grunt-karma": "~0.6.2",
"karma-chrome-launcher": "~0.1.1",
"grunt-ngmin": "0.0.3",
"grunt-html2js": "~0.2.3",
"grunt-conventional-changelog": "~1.0",
"grunt-changelog": "~0.1",
"grunt-bump": "0.0.13",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-connect": "0.6.x",
"connect-modrewrite": "~0.5.7",
"grunt-sass": "~0.9.0",
"grunt-sass": "0.10.x",
"lodash": "~2.4.1",
"karma-phantomjs-launcher": "~0.1.1"
},
Expand Down

0 comments on commit a815827

Please sign in to comment.