Skip to content

Commit 6898cfa

Browse files
chore(package.json): Adding zack as official contributor
Adding myself to the contributors list in npm packages.
1 parent 71c486d commit 6898cfa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"name": "extract-css-chunks-webpack-plugin",
3-
"version": "0.0.0-placeholder",
3+
"version": "3.0.0-beta.1",
44
"author": "James Gillmore <james@faceyspacey.com>",
5+
"contributors": [
6+
"Zack Jackson <zackary.l.jackson@gmail.com> (https://github.com/zackljackson)"
7+
],
58
"description": "Extract CSS from chunks into stylesheets + HMR",
69
"engines": {
710
"node": ">= 6.9.0 <7.0.0 || >= 8.9.0"

0 commit comments

Comments
 (0)