Skip to content

Commit 03c208e

Browse files
committed
0.6.0
1 parent dfc1288 commit 03c208e

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

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: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22
"name": "react-component-catalog",
33
"author": "Stefan Natter <https://natterstefan.me>",
44
"license": "Apache-2.0",
5-
"version": "0.5.0",
5+
"version": "0.6.0",
66
"description": "Manage a catalog (registry) of react-components easily.",
77
"main": "dist/index.js",
88
"module": "lib/index.js",
99
"sideEffects": false,
10-
"files": ["dist", "lib"],
10+
"files": [
11+
"dist",
12+
"lib"
13+
],
1114
"scripts": {
1215
"build": "npm run build-lib && npm run build-umd",
1316
"build-lib": "babel src --ignore */*.test.js,**/*.test.js --out-dir lib",

0 commit comments

Comments
 (0)