Skip to content

Commit

Permalink
merged from remote
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Mar 30, 2020
2 parents 24e1abd + 6aade66 commit 0d409e5
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 98 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.0.98](https://github.com/wessberg/polyfiller/compare/v0.0.97...v0.0.98) (2020-03-06)

## [0.0.97](https://github.com/wessberg/polyfiller/compare/v0.0.96...v0.0.97) (2020-03-04)

## [0.0.96](https://github.com/wessberg/polyfiller/compare/v0.0.95...v0.0.96) (2020-03-04)

### Features
Expand Down
146 changes: 52 additions & 94 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@wessberg/polyfiller",
"version": "0.0.96",
"version": "0.0.98",
"description": "Never worry about polyfills again.",
"files": [
"dist/**/*.*",
"polyfill-lib/**/*.*"
],
"scripts": {
"serve": "node ./dist/index.js",
"serve:production": "NODE_ENV=production npm run serve",
"serve:production": "NODE_ENV=production CLEAR_CACHE=true npm run serve",
"generate:scaffold": "scaffold all --yes",
"generate:changelog": "standard-changelog --first-release",
"generate:all": "npm run generate:scaffold && npm run generate:changelog",
Expand Down Expand Up @@ -61,7 +61,7 @@
"useragent-generator": "^1.1.1-amkt-22079-finish.0"
},
"dependencies": {
"@babel/core": "^7.8.6",
"@babel/core": "^7.8.7",
"@babel/plugin-transform-block-scoping": "^7.8.3",
"@types/astring": "^1.3.0",
"@types/mime": "^2.0.1",
Expand Down Expand Up @@ -107,7 +107,7 @@
"regenerator-runtime": "^0.13.3",
"requestanimationframe": "0.0.23",
"requestidlecallback": "^0.3.0",
"rollup": "^1.32.0",
"rollup": "^1.32.1",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-multi-entry": "^3.0.0",
"@rollup/plugin-node-resolve": "^7.1.1",
Expand Down

0 comments on commit 0d409e5

Please sign in to comment.