Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Oct 9, 2018
1 parent e09db52 commit 42aa991
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"libsass"
],
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"node-sass": "^4.7.2",
"xo": "*"
"grunt": "^1.0.3",
"grunt-cli": "^1.3.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-nodeunit": "^2.0.0",
"node-sass": "^4.9.3",
"xo": "^0.23.0"
},
"peerDependencies": {
"grunt": ">=1"
Expand Down
1 change: 1 addition & 0 deletions tasks/sass.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable prefer-object-spread, promise/prefer-await-to-then */
'use strict';
const util = require('util');
const path = require('path');
Expand Down

0 comments on commit 42aa991

Please sign in to comment.