2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-23 17:00:34 +03:00

begin codecov setup

This commit is contained in:
Declan de Wet
2016-11-01 01:15:49 +02:00
parent de4ee107a4
commit 5616fa1528
3 changed files with 44 additions and 1 deletions
+2
View File
@@ -16,6 +16,7 @@
"babel-preset-es2015": "^6.18.0",
"babel-register": "^6.18.0",
"chai": "^3.5.0",
"codecov": "^1.0.1",
"cross-env": "^3.1.3",
"css-loader": "^0.25.0",
"doctoc": "^1.2.0",
@@ -69,6 +70,7 @@
"type": "git"
},
"scripts": {
"codecov": "codecov",
"build": "rollup -c",
"dev": "babel-node examples/server.js",
"lint": "standard --verbose | snazzy",