From dc82043ba2e999117368ece30ead02edf7cf7fed Mon Sep 17 00:00:00 2001 From: David Pickart Date: Thu, 6 Apr 2017 16:18:58 -0500 Subject: [PATCH 1/5] Rebuild node-sass --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a889b9d..8c682a23 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "clean": "rimraf lib", "docs": "documentation build src/index.js -f md -o docs.md", "lint": "eslint src", - "prepublish": "yarn run lint && yarn run clean && yarn run build && yarn run storybook:build", + "prepublish": "yarn rebuild node-sass && yarn run lint && yarn run clean && yarn run build && yarn run storybook:build", "test": "jest", "storybook": "start-storybook -p 6006", "storybook:build": "build-storybook -o .storybook/static/storybook" From 294dfd32acb6181d2f12f179bb5dbd993040315a Mon Sep 17 00:00:00 2001 From: David Pickart Date: Thu, 6 Apr 2017 16:22:23 -0500 Subject: [PATCH 2/5] Edit package.json --- package.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8c682a23..4b64e662 100644 --- a/package.json +++ b/package.json @@ -17,10 +17,12 @@ "clean": "rimraf lib", "docs": "documentation build src/index.js -f md -o docs.md", "lint": "eslint src", - "prepublish": "yarn rebuild node-sass && yarn run lint && yarn run clean && yarn run build && yarn run storybook:build", + "prepublish": "yarn run lint && yarn run clean && yarn run build", "test": "jest", "storybook": "start-storybook -p 6006", - "storybook:build": "build-storybook -o .storybook/static/storybook" + "storybook:build": "build-storybook -o .storybook/static/storybook", + "heroku-prebuild": "yarn remove node-sass", + "heroku-postbuild": "yarn run storybook:build" }, "files": [ "README.md", @@ -44,6 +46,7 @@ "react-addons-test-utils": "^15.4.2", "react-dom": "^15.4.2", "rimraf": "^2.5.4", + "sass": "^0.5.0", "sass-loader": "^6.0.3", "style-loader": "^0.16.0" }, @@ -53,7 +56,6 @@ "documentation": "^4.0.0-beta.18", "jest": "^19.0.2", "lodash": "^4.17.4", - "react": "^15.4.2", - "sass": "^0.5.0" + "react": "^15.4.2" } } From 2c41b95d1655062621133e75d7ab1e6f92fb8207 Mon Sep 17 00:00:00 2001 From: David Pickart Date: Thu, 6 Apr 2017 16:49:42 -0500 Subject: [PATCH 3/5] Remove linting --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b64e662..0e64c591 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "clean": "rimraf lib", "docs": "documentation build src/index.js -f md -o docs.md", "lint": "eslint src", - "prepublish": "yarn run lint && yarn run clean && yarn run build", + "prepublish": "yarn run clean && yarn run build", "test": "jest", "storybook": "start-storybook -p 6006", "storybook:build": "build-storybook -o .storybook/static/storybook", From 509a74e480656b17079a0d98d2a79dceb078e011 Mon Sep 17 00:00:00 2001 From: David Pickart Date: Fri, 7 Apr 2017 09:25:48 -0500 Subject: [PATCH 4/5] Rearrange deps --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0e64c591..fb5fc12d 100644 --- a/package.json +++ b/package.json @@ -38,23 +38,22 @@ "bourbon": "^4.3.3", "bourbon-neat": "^1.8.0", "css-loader": "^0.27.3", + "documentation": "^4.0.0-beta.18", "enzyme": "^2.7.1", "eslint": "^3.15.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-react": "^6.10.0", + "jest": "^19.0.2", "node-sass": "^4.5.1", "react-addons-test-utils": "^15.4.2", "react-dom": "^15.4.2", "rimraf": "^2.5.4", - "sass": "^0.5.0", "sass-loader": "^6.0.3", "style-loader": "^0.16.0" }, "dependencies": { "@launchpadlab/lp-utils": "^2.3.0", "classnames": "^2.2.5", - "documentation": "^4.0.0-beta.18", - "jest": "^19.0.2", "lodash": "^4.17.4", "react": "^15.4.2" } From 4df32818c4b7897bbdf7ee93227e856d1a258589 Mon Sep 17 00:00:00 2001 From: David Pickart Date: Mon, 10 Apr 2017 12:16:22 -0500 Subject: [PATCH 5/5] v1.15.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb5fc12d..50701b55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@launchpadlab/lp-components", - "version": "1.15.2", + "version": "1.15.3", "description": "Our Components", "main": "lib/index.js", "repository": "launchpadlab/lp-components",