Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
natterstefan committed Mar 28, 2019
1 parent c0d4da5 commit cc097d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@
"name": "react-component-catalog",
"author": "Stefan Natter <https://natterstefan.me>",
"license": "Apache-2.0",
"version": "0.6.0",
"version": "0.6.1",
"description": "Manage a catalog (registry) of react-components easily.",
"main": "lib/index.js",
"module": "es/index.js",
"files": ["dist", "es", "lib"],
"files": [
"dist",
"es",
"lib"
],
"scripts": {
"build": "npm run build-cjs && npm run build-es && npm run build-umd",
"build-cjs": "BABEL_ENV=cjs babel src --ignore */*.test.js,**/*.test.js --out-dir lib",
Expand Down

0 comments on commit cc097d7

Please sign in to comment.