Skip to content

Commit

Permalink
Fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienlauer committed Jan 8, 2019
1 parent 77ec9c9 commit fc42d1d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 1.3.3 (2018-07-18)

* [fix] Fix dependency to `psa-business-theme`.

# Version 1.3.2 (2018-07-18)

* [chg] Now uses the style from `@groupe-psa/psa-business-theme`.
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@w20/w20-business-theme",
"version": "1.3.2",
"version": "1.3.3",
"description": "W20 Business Theme",
"license": "MPL-2.0",
"keywords": [
Expand All @@ -13,12 +13,12 @@
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "~1.1.0",
"@groupe-psa/psa-business-theme": "~1.0.1"
"grunt-contrib-jshint": "~1.1.0"
},
"dependencies": {
"@w20/w20": "^2.4.2",
"@w20/w20-bootstrap-3": "^2.3.0"
"@w20/w20-bootstrap-3": "^2.3.0",
"@groupe-psa/psa-business-theme": "~1.0.1"
},
"scripts": {
"prepare": "grunt",
Expand Down

0 comments on commit fc42d1d

Please sign in to comment.