From 08529d0d59dbd0d9d4f622515c95f7aadb529b77 Mon Sep 17 00:00:00 2001 From: koalyptus Date: Fri, 10 Mar 2017 19:15:12 +1100 Subject: [PATCH 1/3] Correct pull requests section --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b8c222db..e60cce8a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -116,7 +116,7 @@ In general, we follow the "fork-and-pull" Git workflow. 3. **Commit** changes to your own branch - 3.1. **Add** unit tests covering your change in the `test` folder - 3.2. **Run** the tests with the `npm run eslint test` command - - 3.3. **Ensure** build is working with `npm run build-all` command + - 3.3. **Ensure** build is working with `npm run dist` command 4. **Push** your work back up to your fork 5. Submit a **Pull request** so that we can review your changes From d566d6a315ae8c66428f73fd3d6aa96e802fc9ef Mon Sep 17 00:00:00 2001 From: greenkeeperio-bot Date: Mon, 13 Mar 2017 14:14:10 +1100 Subject: [PATCH 2/3] chore(package): update babel-core to version 6.24.0 https://greenkeeper.io/ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20f45adc..8844d488 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "tag": "next" }, "devDependencies": { - "babel-core": "^6.23.1", + "babel-core": "^6.24.0", "babel-eslint": "7.1.1", "babel-loader": "^6.3.2", "babel-plugin-transform-es2015-classes": "^6.23.0", From 35174fb8491cc3ca773494e0afda6541bae84ed8 Mon Sep 17 00:00:00 2001 From: greenkeeperio-bot Date: Wed, 15 Mar 2017 09:57:32 +1100 Subject: [PATCH 3/3] chore(package): update codecov to version 2.0.1 https://greenkeeper.io/ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8844d488..dfbbb781 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "babel-plugin-transform-es2015-classes": "^6.23.0", "babel-preset-es2015": "^6.22.0", "clean-webpack-plugin": "^0.1.15", - "codecov": "1.0.1", + "codecov": "2.0.1", "diacritics": "1.3.0", "grunt": "^1.0.1", "grunt-babel": "^6.0.0",