Skip to content

Commit e5b1329

Browse files
committed
Update shevy package version to 2.1.0 in tests.
1 parent c130b9f commit e5b1329

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"normalize-scss": "^5.0.3",
1616
"sassline": "^2.1.0",
1717
"scut": "^1.3.0",
18-
"shevy": "github:kyleshevlin/shevy#2.0.0",
18+
"shevy": "github:kyleshevlin/shevy#2.1.0",
1919
"support-for": "^1.0.6",
2020
"tape": "^4.2.2",
2121
"time-require": "^0.1.2"

test/test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ test('works with node_modules', function (t) {
5050
// $ npm install normalize-scss@4.0.3
5151
// $ npm install sassline@2.1.0
5252
// $ npm install scut@1.3.0
53-
// $ npm install github:kyleshevlin/shevy#2.0.0
53+
// $ npm install github:kyleshevlin/shevy#2.1.0
5454

5555
t.plan(4);
5656
testFull(t, sassImp.nodeModules, sassImp.nodeModulesSync, [
@@ -73,7 +73,7 @@ test('works with local ruby bundle', function (t) {
7373
// (in this package Gemfile)
7474
// modular-scale 2.1.1
7575
// toolkit 2.9.0
76-
// shevy 2.0.0
76+
// shevy 2.1.0
7777

7878
// $ gem install bundler # important for bundler+rake
7979
// $ bundle install --path vendor/bundle
@@ -82,7 +82,7 @@ test('works with local ruby bundle', function (t) {
8282
testFull(t, sassImp.rubyGemsBundle, sassImp.rubyGemsBundleSync, [
8383
'vendor/bundle/ruby/2.2.0/gems/compass-core-1.0.3/stylesheets',
8484
'vendor/bundle/ruby/2.2.0/gems/modular-scale-2.1.1/stylesheets',
85-
'vendor/bundle/ruby/2.2.0/gems/shevy-2.0.0/core',
85+
'vendor/bundle/ruby/2.2.0/gems/shevy-2.1.0/core',
8686
'vendor/bundle/ruby/2.2.0/gems/toolkit-2.9.0/stylesheets'
8787
]);
8888
});

0 commit comments

Comments
 (0)