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

fix: move rollup config and case fix

This commit is contained in:
pimlie
2019-02-10 23:36:27 +01:00
parent 288871fa72
commit 76632ad77a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"author": "Declan de Wet <declandewet@me.com>",
"bugs": "https://github.com/nuxt/vue-meta/issues",
"scripts": {
"build": "rimraf lib && rollup -c",
"build": "rimraf lib && rollup -c scripts/rollup.config.js",
"codecov": "codecov",
"deploy": "npm version",
"dev": "cd examples && npm run dev && cd ..",