Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

Commit

Permalink
Merge pull request #122 from powerhome/feature/support-yarn-1.3.2
Browse files Browse the repository at this point in the history
Add support to yarn 1.3.2
  • Loading branch information
drborges committed Feb 5, 2019
2 parents f33510b + 873d89f commit e83d712
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
nitro_sg (2.4.10)
nitro_sg (2.4.11)
rails (>= 5.1.6, < 6.0)
sassc-rails (= 1.3.0)
sprockets-rails (= 2.3.3)
Expand Down
2 changes: 1 addition & 1 deletion lib/nitro_sg/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module NitroSg
VERSION = "2.4.10".freeze
VERSION = "2.4.11".freeze
end
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nitro-storybook",
"version": "2.4.10",
"version": "2.4.11",
"description": "Nitro UI Styleguide + React component dev env",
"main": "components/index.js",
"scripts": {
Expand All @@ -25,7 +25,7 @@
"engines": {
"node": "8.7.0 || 8.9.4",
"npm": "5.4.2",
"yarn": "1.6.0 || 1.13.0"
"yarn": "1.3.2 || 1.6.0 || 1.13.0"
},
"bugs": {
"url": "https://github.com/powerhome/nitro-storybook/issues"
Expand Down

0 comments on commit e83d712

Please sign in to comment.