File tree Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
# core-web
2
2
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 )
4
4
5
5
## Babel Plugin
6
6
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 )
8
8
9
9
``` sh
10
10
npm install --save-dev @mrhenry/babel-plugin-core-web
Original file line number Diff line number Diff line change 3
3
"packages" : [
4
4
" packages/*"
5
5
],
6
- "version" : " 0.3.12 " ,
6
+ "version" : " 0.3.13 " ,
7
7
"useWorkspaces" : true
8
8
}
Original file line number Diff line number Diff line change 4
4
>
5
5
> Bringing [ polyfill.io] ( https://polyfill.io/v3/ ) to your babel flow.
6
6
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 )
8
8
9
9
10
10
## why
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mrhenry/babel-plugin-core-web" ,
3
- "version" : " 0.3.12 " ,
3
+ "version" : " 0.3.13 " ,
4
4
"description" : " browser feature polyfills as a babel plugin" ,
5
5
"main" : " lib/index.js" ,
6
6
"author" :
" Simon Menke <[email protected] >" ,
28
28
"@babel/parser" : " ^7.11.5" ,
29
29
"@babel/traverse" : " ^7.10.1" ,
30
30
"@babel/types" : " ^7.9.6" ,
31
- "@mrhenry/core-web" : " ^0.3.12 " ,
31
+ "@mrhenry/core-web" : " ^0.3.13 " ,
32
32
"fast-deep-equal" : " ^3.1.3"
33
33
},
34
34
"bugs" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mrhenry/core-web-example" ,
3
- "version" : " 0.3.12 " ,
3
+ "version" : " 0.3.13 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"build" : " babel src -d lib"
7
7
},
8
8
"devDependencies" : {
9
9
"@babel/cli" : " ^7.11.6" ,
10
10
"@babel/core" : " ^7.11.6" ,
11
- "@mrhenry/babel-plugin-core-web" : " ^0.3.12 "
11
+ "@mrhenry/babel-plugin-core-web" : " ^0.3.13 "
12
12
}
13
13
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mrhenry/core-web-generator" ,
3
- "version" : " 0.3.12 " ,
3
+ "version" : " 0.3.13 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"build" : " node ./generate.js"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mrhenry/core-web-tests" ,
3
- "version" : " 0.3.12 " ,
3
+ "version" : " 0.3.13 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"build" : " webpack" ,
9
9
"devDependencies" : {
10
10
"@babel/core" : " ^7.11.6" ,
11
11
"@babel/preset-env" : " ^7.11.5" ,
12
- "@mrhenry/babel-plugin-core-web" : " ^0.3.12 " ,
12
+ "@mrhenry/babel-plugin-core-web" : " ^0.3.13 " ,
13
13
"@types/qunit" : " 2.9.x" ,
14
14
"babel-loader" : " ^8.0.6" ,
15
15
"browserstack-runner" : " ^0.9.3" ,
Original file line number Diff line number Diff line change 1
1
# core-web
2
2
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 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mrhenry/core-web" ,
3
- "version" : " 0.3.12 " ,
3
+ "version" : " 0.3.13 " ,
4
4
"description" : " browser feature polyfills as a babel plugin" ,
5
5
"main" : " lib/index.js" ,
6
6
"author" :
" Simon Menke <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments