Skip to content

Commit

Permalink
has pseudo improvements (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke authored Jan 1, 2022
1 parent ce6b88b commit b6a4c17
Show file tree
Hide file tree
Showing 16 changed files with 1,836 additions and 1,643 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
packages := ./ ./packages/babel-plugin-core-web ./packages/core-web ./packages/core-web-example ./packages/core-web-generator ./packages/core-web-tests ./packages/pages
packages := ./ ./packages/babel-plugin-core-web ./packages/core-web ./packages/core-web-example ./packages/core-web-generator ./packages/core-web-tests ./packages/pages ./packages/pages-worker

node_modules: ./package-lock.json
rm -rf ./node_modules
Expand Down
2,012 changes: 1,007 additions & 1,005 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"prettier": {
"useTabs": true
},
"version": "0.6.8",
"version": "0.6.9",
"volta": {
"node": "17.3.0",
"npm": "8.3.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-core-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mrhenry/babel-plugin-core-web",
"version": "0.6.8",
"version": "0.6.9",
"description": "browser feature polyfills as a babel plugin",
"main": "lib/index.js",
"author": "Simon Menke <[email protected]>",
Expand Down Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@babel/helper-module-imports": "^7.15.4",
"@babel/types": "^7.16.0",
"@mrhenry/core-web": "^0.6.8",
"@mrhenry/core-web": "^0.6.9",
"fast-deep-equal": "^3.1.3"
},
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mrhenry/core-web-example",
"version": "0.6.8",
"version": "0.6.9",
"private": true,
"scripts": {
"build": "babel src -d lib"
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mrhenry/core-web-generator",
"version": "0.6.8",
"version": "0.6.9",
"private": true,
"scripts": {
"clean": "rm -rf ./lib/",
Expand Down
Loading

0 comments on commit b6a4c17

Please sign in to comment.