Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1natsu172 committed Feb 16, 2020
1 parent ecf6146 commit a179b78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@1natsu/wait-element",
"description": "Detect the appearance of an element in the browser DOM",
"version": "2.1.0",
"version": "2.2.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -97,11 +97,13 @@
"devDependencies": {
"@ava/babel": "^1.0.1",
"@babel/core": "^7.8.4",
"@babel/polyfill": "7.8.3",
"@babel/plugin-external-helpers": "^7.8.3",
"@babel/plugin-transform-object-assign": "^7.8.3",
"@babel/polyfill": "7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/register": "^7.8.3",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"ava": "^3.3.0",
"delay": "^2.0.0",
"husky": "^0.14.3",
Expand All @@ -110,8 +112,6 @@
"mutationobserver-shim": "^0.3.2",
"rollup": "^1.31.1",
"rollup-plugin-babel": "^4.3.3",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"shx": "^0.2.2",
"xo": "^0.26.1"
}
Expand Down

0 comments on commit a179b78

Please sign in to comment.