Skip to content

Commit 22cd976

Browse files
authored
rename base branch to main (#193)
* rename to main * v0.3.13
1 parent eab7b6e commit 22cd976

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# core-web
22

3-
[![Build Status](https://travis-ci.com/mrhenry/core-web.svg?branch=master)](https://travis-ci.com/mrhenry/core-web) [![BrowserStack Status](https://automate.browserstack.com/badge.svg?badge_key=MkE1NFM0ZkZESGg1VkNVd0htbm1BSTNFNjJHUGRhSjlEcU1PQ0JOMVVLOD0tLUVQMFpFUWIxTCtJWUtKYkFXYnN3OGc9PQ==--e6f705c0dc92b0ed20bd3a64df779e846f1ceeda)](https://automate.browserstack.com/public-build/MkE1NFM0ZkZESGg1VkNVd0htbm1BSTNFNjJHUGRhSjlEcU1PQ0JOMVVLOD0tLUVQMFpFUWIxTCtJWUtKYkFXYnN3OGc9PQ==--e6f705c0dc92b0ed20bd3a64df779e846f1ceeda) [![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=mrhenry/core-web)](https://dependabot.com)
3+
[![Build Status](https://travis-ci.com/mrhenry/core-web.svg?branch=main)](https://travis-ci.com/mrhenry/core-web) [![BrowserStack Status](https://automate.browserstack.com/badge.svg?badge_key=MkE1NFM0ZkZESGg1VkNVd0htbm1BSTNFNjJHUGRhSjlEcU1PQ0JOMVVLOD0tLUVQMFpFUWIxTCtJWUtKYkFXYnN3OGc9PQ==--e6f705c0dc92b0ed20bd3a64df779e846f1ceeda)](https://automate.browserstack.com/public-build/MkE1NFM0ZkZESGg1VkNVd0htbm1BSTNFNjJHUGRhSjlEcU1PQ0JOMVVLOD0tLUVQMFpFUWIxTCtJWUtKYkFXYnN3OGc9PQ==--e6f705c0dc92b0ed20bd3a64df779e846f1ceeda)
44

55
## Babel Plugin
66

7-
[Read more](https://github.com/mrhenry/core-web/tree/master/packages/babel-plugin-core-web)
7+
[Read more](https://github.com/mrhenry/core-web/tree/main/packages/babel-plugin-core-web)
88

99
```sh
1010
npm install --save-dev @mrhenry/babel-plugin-core-web

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "0.3.12",
6+
"version": "0.3.13",
77
"useWorkspaces": true
88
}

packages/babel-plugin-core-web/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
>
55
> Bringing [polyfill.io](https://polyfill.io/v3/) to your babel flow.
66
7-
[![version](https://img.shields.io/npm/v/@mrhenry/babel-plugin-core-web.svg)](https://www.npmjs.com/package/@mrhenry/babel-plugin-core-web) [![Build Status](https://travis-ci.com/mrhenry/core-web.svg?branch=master)](https://travis-ci.com/mrhenry/core-web) [![BrowserStack Status](https://automate.browserstack.com/badge.svg?badge_key=MkE1NFM0ZkZESGg1VkNVd0htbm1BSTNFNjJHUGRhSjlEcU1PQ0JOMVVLOD0tLUVQMFpFUWIxTCtJWUtKYkFXYnN3OGc9PQ==--e6f705c0dc92b0ed20bd3a64df779e846f1ceeda)](https://automate.browserstack.com/public-build/MkE1NFM0ZkZESGg1VkNVd0htbm1BSTNFNjJHUGRhSjlEcU1PQ0JOMVVLOD0tLUVQMFpFUWIxTCtJWUtKYkFXYnN3OGc9PQ==--e6f705c0dc92b0ed20bd3a64df779e846f1ceeda) [![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=mrhenry/core-web)](https://dependabot.com)
7+
[![version](https://img.shields.io/npm/v/@mrhenry/babel-plugin-core-web.svg)](https://www.npmjs.com/package/@mrhenry/babel-plugin-core-web) [![Build Status](https://travis-ci.com/mrhenry/core-web.svg?branch=main)](https://travis-ci.com/mrhenry/core-web) [![BrowserStack Status](https://automate.browserstack.com/badge.svg?badge_key=MkE1NFM0ZkZESGg1VkNVd0htbm1BSTNFNjJHUGRhSjlEcU1PQ0JOMVVLOD0tLUVQMFpFUWIxTCtJWUtKYkFXYnN3OGc9PQ==--e6f705c0dc92b0ed20bd3a64df779e846f1ceeda)](https://automate.browserstack.com/public-build/MkE1NFM0ZkZESGg1VkNVd0htbm1BSTNFNjJHUGRhSjlEcU1PQ0JOMVVLOD0tLUVQMFpFUWIxTCtJWUtKYkFXYnN3OGc9PQ==--e6f705c0dc92b0ed20bd3a64df779e846f1ceeda)
88

99

1010
## why

packages/babel-plugin-core-web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mrhenry/babel-plugin-core-web",
3-
"version": "0.3.12",
3+
"version": "0.3.13",
44
"description": "browser feature polyfills as a babel plugin",
55
"main": "lib/index.js",
66
"author": "Simon Menke <[email protected]>",
@@ -28,7 +28,7 @@
2828
"@babel/parser": "^7.11.5",
2929
"@babel/traverse": "^7.10.1",
3030
"@babel/types": "^7.9.6",
31-
"@mrhenry/core-web": "^0.3.12",
31+
"@mrhenry/core-web": "^0.3.13",
3232
"fast-deep-equal": "^3.1.3"
3333
},
3434
"bugs": {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@mrhenry/core-web-example",
3-
"version": "0.3.12",
3+
"version": "0.3.13",
44
"private": true,
55
"scripts": {
66
"build": "babel src -d lib"
77
},
88
"devDependencies": {
99
"@babel/cli": "^7.11.6",
1010
"@babel/core": "^7.11.6",
11-
"@mrhenry/babel-plugin-core-web": "^0.3.12"
11+
"@mrhenry/babel-plugin-core-web": "^0.3.13"
1212
}
1313
}

packages/core-web-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mrhenry/core-web-generator",
3-
"version": "0.3.12",
3+
"version": "0.3.13",
44
"private": true,
55
"scripts": {
66
"build": "node ./generate.js"

packages/core-web-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mrhenry/core-web-tests",
3-
"version": "0.3.12",
3+
"version": "0.3.13",
44
"private": true,
55
"scripts": {
66
"build": "webpack",
@@ -9,7 +9,7 @@
99
"devDependencies": {
1010
"@babel/core": "^7.11.6",
1111
"@babel/preset-env": "^7.11.5",
12-
"@mrhenry/babel-plugin-core-web": "^0.3.12",
12+
"@mrhenry/babel-plugin-core-web": "^0.3.13",
1313
"@types/qunit": "2.9.x",
1414
"babel-loader": "^8.0.6",
1515
"browserstack-runner": "^0.9.3",

packages/core-web/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# core-web
22

3-
[![version](https://img.shields.io/npm/v/@mrhenry/core-web.svg)](https://www.npmjs.com/package/@mrhenry/core-web) [![Build Status](https://travis-ci.com/mrhenry/core-web.svg?branch=master)](https://travis-ci.com/mrhenry/core-web) [![BrowserStack Status](https://automate.browserstack.com/badge.svg?badge_key=MkE1NFM0ZkZESGg1VkNVd0htbm1BSTNFNjJHUGRhSjlEcU1PQ0JOMVVLOD0tLUVQMFpFUWIxTCtJWUtKYkFXYnN3OGc9PQ==--e6f705c0dc92b0ed20bd3a64df779e846f1ceeda)](https://automate.browserstack.com/public-build/MkE1NFM0ZkZESGg1VkNVd0htbm1BSTNFNjJHUGRhSjlEcU1PQ0JOMVVLOD0tLUVQMFpFUWIxTCtJWUtKYkFXYnN3OGc9PQ==--e6f705c0dc92b0ed20bd3a64df779e846f1ceeda) [![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=mrhenry/core-web)](https://dependabot.com)
3+
[![version](https://img.shields.io/npm/v/@mrhenry/core-web.svg)](https://www.npmjs.com/package/@mrhenry/core-web) [![Build Status](https://travis-ci.com/mrhenry/core-web.svg?branch=main)](https://travis-ci.com/mrhenry/core-web) [![BrowserStack Status](https://automate.browserstack.com/badge.svg?badge_key=MkE1NFM0ZkZESGg1VkNVd0htbm1BSTNFNjJHUGRhSjlEcU1PQ0JOMVVLOD0tLUVQMFpFUWIxTCtJWUtKYkFXYnN3OGc9PQ==--e6f705c0dc92b0ed20bd3a64df779e846f1ceeda)](https://automate.browserstack.com/public-build/MkE1NFM0ZkZESGg1VkNVd0htbm1BSTNFNjJHUGRhSjlEcU1PQ0JOMVVLOD0tLUVQMFpFUWIxTCtJWUtKYkFXYnN3OGc9PQ==--e6f705c0dc92b0ed20bd3a64df779e846f1ceeda)

packages/core-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mrhenry/core-web",
3-
"version": "0.3.12",
3+
"version": "0.3.13",
44
"description": "browser feature polyfills as a babel plugin",
55
"main": "lib/index.js",
66
"author": "Simon Menke <[email protected]>",

0 commit comments

Comments
 (0)