Skip to content
This repository was archived by the owner on Feb 1, 2021. It is now read-only.

Commit 3ef7816

Browse files
committed
v0.1.0
1 parent 1c7dd87 commit 3ef7816

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

lerna.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"lerna": "3.3.0",
3-
"packages": ["packages/*"],
4-
"version": "1.0.0",
3+
"packages": [
4+
"packages/*"
5+
],
6+
"version": "0.1.0",
57
"npmClient": "yarn",
68
"useWorkspaces": true
79
}

packages/webpack-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bundle-analyzer/webpack-plugin",
33
"description": "Bundle Analyzer webpack plugin.",
4-
"version": "1.0.0",
4+
"version": "0.1.0",
55
"main": "lib/index.js",
66
"repository": "https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/webpack-plugin",
77
"author": "Greg Bergé <[email protected]>",

0 commit comments

Comments
 (0)