Skip to content

Commit

Permalink
chore: npm pkg fix
Browse files Browse the repository at this point in the history
  • Loading branch information
motform committed Feb 20, 2024
1 parent 70ffeb5 commit c7058fc
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,20 @@
"version": "4.1.0",
"license": "MIT",
"author": "Jonas Lundberg",
"repository": "5monkeys/django-bananas.js",
"repository": {
"type": "git",
"url": "git+https://github.com/5monkeys/django-bananas.js.git"
},
"description": "React admin frontend for Django.",
"main": "index.js",
"private": true,
"keywords": ["admin", "bananas", "django", "django-admin", "react"],
"keywords": [
"admin",
"bananas",
"django",
"django-admin",
"react"
],
"scripts": {
"start": "webpack-dev-server --config app/webpack.config.js",
"watch": "jest --watchAll --verbose",
Expand Down

0 comments on commit c7058fc

Please sign in to comment.