2
0
mirror of https://github.com/tenrok/vue-tribute.git synced 2026-06-22 23:00:35 +03:00

Fix Travis config, fix Poi GH pages config

This commit is contained in:
Collin Henderson
2018-03-25 16:31:32 -04:00
parent e9aec708d2
commit eb8e214dd7
2 changed files with 9 additions and 13 deletions
-1
View File
@@ -1,6 +1,5 @@
language: node_js language: node_js
node_js: node_js:
- "7"
- "8" - "8"
cache: cache:
yarn: true yarn: true
+9 -12
View File
@@ -1,13 +1,12 @@
{ {
"name": "vue-tribute", "name": "vue-tribute",
"version": "1.0.1", "version": "1.0.1",
"description": "A Vue.js wrapper for Zurb's Tribute library for native @mentions", "description":
"A Vue.js wrapper for Zurb's Tribute library for native @mentions",
"main": "dist/vue-tribute.cjs.js", "main": "dist/vue-tribute.cjs.js",
"module": "dist/vue-tribute.es.js", "module": "dist/vue-tribute.es.js",
"unpkg": "dist/vue-tribute.min.js", "unpkg": "dist/vue-tribute.min.js",
"files": [ "files": ["dist"],
"dist"
],
"repository": "https://github.com/syropian/vue-tribute", "repository": "https://github.com/syropian/vue-tribute",
"author": "Collin Henderson <collin@syropia.net>", "author": "Collin Henderson <collin@syropia.net>",
"license": "MIT", "license": "MIT",
@@ -16,19 +15,17 @@
"test": "jest", "test": "jest",
"watch-test": "jest --watchAll", "watch-test": "jest --watchAll",
"example": "poi example/index.js", "example": "poi example/index.js",
"example:build": "poi build" "example:build": "poi build",
"example:deploy": "git subtree push --prefix example/dist origin gh-pages",
"version": "npm run example:deploy"
}, },
"poi": { "poi": {
"entry": "example/index.js", "entry": "example/index.js",
"outDir": "example/dist" "outDir": "example/dist",
"homepage": "/vue-tribute/"
}, },
"bili": { "bili": {
"format": [ "format": ["cjs", "umd", "umd-min", "es"],
"cjs",
"umd",
"umd-min",
"es"
],
"moduleName": "VueTribute" "moduleName": "VueTribute"
}, },
"devDependencies": { "devDependencies": {