Skip to content

Commit a84e20e

Browse files
committed
fix(build-config): add plugins to package
1 parent 4898fa6 commit a84e20e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

packages/build-config/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,15 @@
22
"name": "hops-build-config",
33
"version": "10.2.0-rc.0",
44
"description": "Hops build configuration leveraging Webpack and Babel",
5-
"keywords": [
6-
"hops",
7-
"webpack",
8-
"babel",
9-
"postcss"
10-
],
5+
"keywords": ["hops", "webpack", "babel", "postcss"],
116
"license": "MIT",
127
"main": "index.js",
138
"files": [
149
"index.js",
1510
"configs",
1611
"lib",
1712
"loaders",
13+
"plugins",
1814
"sections",
1915
"shims"
2016
],

0 commit comments

Comments
 (0)