Skip to content

Commit

Permalink
released v2.0.3 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 24, 2022
1 parent afb75ec commit b66400a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cookiejs",
"version": "2.0.2",
"version": "2.0.3",
"description": "A simple, lightweight JavaScript API for handling browser cookies.",
"homepage": "https://jaywcjlove.github.io/cookie.js/",
"main": "dist/cookie.cjs.js",
Expand Down Expand Up @@ -46,13 +46,13 @@
"@babel/plugin-transform-async-to-generator": "7.16.8",
"@babel/preset-env": "7.16.10",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-commonjs": "20.0.0",
"@rollup/plugin-node-resolve": "13.0.5",
"bannerjs": "2.0.1",
"@rollup/plugin-commonjs": "21.0.1",
"@rollup/plugin-node-resolve": "13.1.3",
"bannerjs": "2.1.0",
"colors-cli": "1.0.28",
"rollup": "2.56.3",
"rollup": "2.66.0",
"rollup-plugin-terser": "7.0.2",
"tsbb": "3.3.7",
"tsbb": "3.5.4",
"zlib": "1.0.5"
}
}

0 comments on commit b66400a

Please sign in to comment.