about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2019-08-13 10:58:30 +0200
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2019-08-13 10:58:30 +0200
commit71abfc6cdfd94ff403575efcbd80f90dac402a12 (patch)
treeba242ec9f5cd4cdb5395dd022d149ff9a4715349 /package.json
parent1e15172a7dfe5baf20225786c1ea06af0d3e691c (diff)
downloadpuszcza-71abfc6cdfd94ff403575efcbd80f90dac402a12.tar.gz
puszcza-71abfc6cdfd94ff403575efcbd80f90dac402a12.zip
Add bit
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/package.json b/package.json
index 2be369d..6e756a8 100644
--- a/package.json
+++ b/package.json
@@ -13,6 +13,7 @@
     "vue-router": "^3.1.2"
   },
   "devDependencies": {
+    "bit-bin": "^14.2.3",
     "@vue/cli-plugin-babel": "^3.10.0",
     "@vue/cli-plugin-eslint": "^3.10.0",
     "@vue/cli-service": "^3.10.0",
@@ -43,5 +44,12 @@
   "browserslist": [
     "> 1%",
     "last 2 versions"
-  ]
+  ],
+  "bit": {
+    "env": {
+      "compiler": "bit.envs/bundlers/vue@2.5.1"
+    },
+    "componentsDefaultDirectory": "components/{name}",
+    "packageManager": "npm"
+  }
 }