Skip to content

Commit

Permalink
Replace node-bourbon with bourbon
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagonoronha committed Feb 22, 2019
1 parent 057df9a commit 36b3cb9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ module.exports = function( grunt ) {
implementation: sass,
require: 'susy',
sourceMap: false,
includePaths: require( 'node-bourbon' ).includePaths
includePaths: require( 'bourbon' ).includePaths
},
files: [{
'style.css': 'style.scss',
Expand Down
17 changes: 4 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@babel/core": "^7.3.3",
"@wordpress/babel-preset-default": "3.0.2",
"autoprefixer": "^9.4.7",
"bourbon": "^5.1.0",
"grunt": "~1.0.3",
"grunt-babel": "^8.0.0",
"grunt-checktextdomain": "^1.0.1",
Expand All @@ -33,13 +34,13 @@
"grunt-sass": "~3.0.2",
"grunt-stylelint": "~0.10.1",
"grunt-wp-i18n": "^1.0.3",
"node-bourbon": "~4.2.8",
"node-sass": "^4.11.0",
"stylelint": "~9.10.1",
"susy": "2.2.12"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.1.0"
}
},
"dependencies": {}
}

0 comments on commit 36b3cb9

Please sign in to comment.