Skip to content

Commit cc097d7

Browse files
committed
0.6.1
1 parent c0d4da5 commit cc097d7

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22
"name": "react-component-catalog",
33
"author": "Stefan Natter <https://natterstefan.me>",
44
"license": "Apache-2.0",
5-
"version": "0.6.0",
5+
"version": "0.6.1",
66
"description": "Manage a catalog (registry) of react-components easily.",
77
"main": "lib/index.js",
88
"module": "es/index.js",
9-
"files": ["dist", "es", "lib"],
9+
"files": [
10+
"dist",
11+
"es",
12+
"lib"
13+
],
1014
"scripts": {
1115
"build": "npm run build-cjs && npm run build-es && npm run build-umd",
1216
"build-cjs": "BABEL_ENV=cjs babel src --ignore */*.test.js,**/*.test.js --out-dir lib",

0 commit comments

Comments
 (0)