Skip to content
Snippets Groups Projects
Verified Commit 2511eae8 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

Minor changes to package.json

parent d238d86e
No related branches found
No related tags found
No related merge requests found
...@@ -11,9 +11,9 @@ See [docs.indiscale.com](https://docs.indiscale.com) for more information about ...@@ -11,9 +11,9 @@ See [docs.indiscale.com](https://docs.indiscale.com) for more information about
## Copyright ## Copyright
Copyright (C) 2021 Timm Fitschen <t.fitschen@indiscale.com> * Copyright (C) 2021 Timm Fitschen <t.fitschen@indiscale.com>
Copyright (C) 2021 Florian Spreckelsen <f.spreckelsen@indiscale.com> * Copyright (C) 2021 Florian Spreckelsen <f.spreckelsen@indiscale.com>
Copyright (C) 2021 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2021 IndiScale GmbH <info@indiscale.com>
(unless stated otherwise in the files) (unless stated otherwise in the files)
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
"test": "jest", "test": "jest",
"build": "webpack --mode production", "build": "webpack --mode production",
"build:dev": "webpack --mode development", "build:dev": "webpack --mode development",
"prepublish": "rm -rf ./dist && npm run build" "prepare": "rm -rf ./dist && npm run build"
}, },
"author": "Florian Spreckelsen", "author": "Florian Spreckelsen",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment