aboutsummaryrefslogtreecommitdiffstats
path: root/packages/theme/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/theme/package.json')
-rw-r--r--packages/theme/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/theme/package.json b/packages/theme/package.json
index c31271aab..83d58b56d 100644
--- a/packages/theme/package.json
+++ b/packages/theme/package.json
@@ -1,6 +1,6 @@
1{ 1{
2 "name": "@meetfranz/theme", 2 "name": "@meetfranz/theme",
3 "version": "1.0.5", 3 "version": "1.0.6",
4 "description": "Theme configuration for Franz", 4 "description": "Theme configuration for Franz",
5 "author": "Stefan Malzner <stefan@adlk.io>", 5 "author": "Stefan Malzner <stefan@adlk.io>",
6 "homepage": "https://github.com/meetfranz/franz", 6 "homepage": "https://github.com/meetfranz/franz",
@@ -14,8 +14,8 @@
14 "url": "git+https://github.com/meetfranz/franz.git" 14 "url": "git+https://github.com/meetfranz/franz.git"
15 }, 15 },
16 "scripts": { 16 "scripts": {
17 "dev": "NODE_ENV=development ../../node_modules/.bin/webpack -w", 17 "dev": "tsc -w",
18 "prepare": "../../node_modules/.bin/webpack", 18 "prepare": "tsc",
19 "preprepare": "npm run test", 19 "preprepare": "npm run test",
20 "test": "npx mocha" 20 "test": "npx mocha"
21 }, 21 },