Skip to content

Commit de4da52

Browse files
committed
Removing postinstall from package.json; Updating versions
1 parent 4d7a701 commit de4da52

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

packages/semantic-ui/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
{
22
"name": "@performant-software/semantic-components",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "A package of shared components based on the Semantic UI Framework.",
55
"license": "MIT",
66
"main": "./build/index.js",
77
"style": "./build/styles.css",
88
"scripts": {
9-
"build": "webpack --mode production && flow-copy-source -v src types",
10-
"postinstall": "yarn build"
9+
"build": "webpack --mode production && flow-copy-source -v src types"
1110
},
1211
"dependencies": {
13-
"@performant-software/shared-components": "^0.5.1",
12+
"@performant-software/shared-components": "^0.5.2",
1413
"@react-google-maps/api": "^2.8.1",
1514
"flow-copy-source": "^2.0.9",
1615
"i18next": "^19.4.4",
@@ -30,7 +29,7 @@
3029
"react-dom": ">= 16.13.1 < 18.0.0"
3130
},
3231
"devDependencies": {
33-
"@performant-software/webpack-config": "^0.5.1",
32+
"@performant-software/webpack-config": "^0.5.2",
3433
"react": "^17.0.2",
3534
"react-dom": "^17.0.2"
3635
}

packages/shared/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"name": "@performant-software/shared-components",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "A package of shared, framework agnostic, components.",
55
"license": "MIT",
66
"main": "./build/index.js",
77
"style": "./build/styles.css",
88
"scripts": {
9-
"build": "webpack --mode production && flow-copy-source -v src types",
10-
"postinstall": "yarn build"
9+
"build": "webpack --mode production && flow-copy-source -v src types"
1110
},
1211
"dependencies": {
1312
"@react-google-maps/api": "^2.8.1",
@@ -29,7 +28,7 @@
2928
"react-dom": ">= 16.13.1 < 18.0.0"
3029
},
3130
"devDependencies": {
32-
"@performant-software/webpack-config": "^0.5.1",
31+
"@performant-software/webpack-config": "^0.5.2",
3332
"react": "^17.0.2",
3433
"react-dom": "^17.0.2"
3534
}

packages/storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@performant-software/storybook",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "A package of stories to display components in this library.",
55
"private": true,
66
"scripts": {

packages/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@performant-software/webpack-config",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "A shareable and customizable Webpack configuration.",
55
"dependencies": {
66
"@babel/cli": "^7.8.4",

0 commit comments

Comments
 (0)