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.json7
1 files changed, 2 insertions, 5 deletions
diff --git a/packages/theme/package.json b/packages/theme/package.json
index 0bc0423bf..8b4cb8ef6 100644
--- a/packages/theme/package.json
+++ b/packages/theme/package.json
@@ -6,9 +6,6 @@
6 "homepage": "https://github.com/meetfranz/franz", 6 "homepage": "https://github.com/meetfranz/franz",
7 "license": "Apache-2.0", 7 "license": "Apache-2.0",
8 "main": "lib/index.js", 8 "main": "lib/index.js",
9 "files": [
10 "lib/**/*"
11 ],
12 "publishConfig": { 9 "publishConfig": {
13 "access": "public" 10 "access": "public"
14 }, 11 },
@@ -17,8 +14,8 @@
17 "url": "git+https://github.com/meetfranz/franz.git" 14 "url": "git+https://github.com/meetfranz/franz.git"
18 }, 15 },
19 "scripts": { 16 "scripts": {
20 "dev": "tsc -w", 17 "dev": "NODE_ENV=development ../../node_modules/.bin/webpack -w",
21 "prepare": "tsc", 18 "prepare": "../../node_modules/.bin/webpack",
22 "preprepare": "npm run test", 19 "preprepare": "npm run test",
23 "test": "npx mocha" 20 "test": "npx mocha"
24 }, 21 },