Skip to content

Commit 5e14a7f

Browse files
authored
bug: updating pfe-button dependency to point at pfelement 1.0.0 (#1229)
* bug: updating pfe-button dependency to point at pfelement 1.0.0 Fixes #1228 * adding pfe-sass as a dev dependency * removing stray comma
1 parent f4f5523 commit 5e14a7f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

elements/pfe-button/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@
5151
],
5252
"license": "MIT",
5353
"dependencies": {
54-
"@patternfly/pfe-sass": "1.0.0-prerelease.40",
55-
"@patternfly/pfelement": "1.0.0-prerelease.39",
56-
"gh-pages": "^2.2.0"
54+
"@patternfly/pfelement": "^1.0.0"
55+
},
56+
"devDependencies": {
57+
"@patternfly/pfe-sass": "^1.0.0"
5758
}
5859
}

0 commit comments

Comments
 (0)