Skip to content

Commit

Permalink
Release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Apr 5, 2022
1 parent 3f11b7b commit 61b8ad8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-django",
"version": "0.4.0",
"version": "0.4.1",
"description": "Implement, document, and test UI components in isolation from your Django views",
"author": "Torchbox",
"license": "MIT",
Expand All @@ -11,6 +11,11 @@
"files": [
"src/*.js"
],
"exports": {
".": "./src/storybook-django.js",
"./middleware": "./src/middleware.js",
"./react": "./src/react.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/torchbox/storybook-django.git"
Expand Down

0 comments on commit 61b8ad8

Please sign in to comment.