Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
santino committed May 4, 2021
1 parent 9a1c731 commit 5957ebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trainline/webpack-bundle-delta",
"version": "0.1.2",
"version": "0.2.0",
"description": "See what has changed between two webpack compilations",
"keywords": [
"webpack",
Expand All @@ -26,7 +26,7 @@
],
"typings": "lib/index.d.ts",
"bin": {
"webpack-bundle-delta": "./lib/cli.js"
"webpack-bundle-delta": "lib/cli.js"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down

0 comments on commit 5957ebf

Please sign in to comment.