aboutsummaryrefslogtreecommitdiffstats
path: root/packages/theme/package.json
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-01-07 23:53:32 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-01-07 23:53:32 +0100
commit8fce9fb5ce8a91a0905730efcdbd61ad3fcad6bf (patch)
tree899a872633f8c87a7ebb067b40b1ff1369851527 /packages/theme/package.json
parentMerge (diff)
downloadferdium-app-8fce9fb5ce8a91a0905730efcdbd61ad3fcad6bf.tar.gz
ferdium-app-8fce9fb5ce8a91a0905730efcdbd61ad3fcad6bf.tar.zst
ferdium-app-8fce9fb5ce8a91a0905730efcdbd61ad3fcad6bf.zip
wip
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 },